mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-23 16:43:58 +08:00
__dri_ex_driver_get to __drm_ex_driver_get
This commit is contained in:
+1
-1
@@ -309,7 +309,7 @@ typedef struct _DrmDriverOps {
|
||||
} DrmDriverOps;
|
||||
|
||||
/** Implement this stub to return the DRI driver operations */
|
||||
DrmDriverOps* __dri_ex_driver_get (const char* driver_name, int device_fd);
|
||||
DrmDriverOps* __drm_ex_driver_get (const char* driver_name, int device_fd);
|
||||
|
||||
/** @} end of external_stubs_dri */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user