__dri_ex_driver_get to __drm_ex_driver_get

This commit is contained in:
VincentWei
2019-12-02 14:31:48 +08:00
parent a2e4b55966
commit 6339a7417b
+1 -1
View File
@@ -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 */