Replace drmHandle, drmContext, drmDrawable, drmMagic and related types with
drm_handle_t, drm_context_t, drm_drawable_t, drm_magic_t.
This commit is contained in:
@@ -261,7 +261,7 @@ struct __DRIdrawablePrivateRec {
|
||||
/**
|
||||
* Kernel drawable handle
|
||||
*/
|
||||
drmDrawable hHWDrawable;
|
||||
drm_drawable_t hHWDrawable;
|
||||
|
||||
/**
|
||||
* Driver's private drawable information.
|
||||
@@ -377,7 +377,7 @@ struct __DRIcontextPrivateRec {
|
||||
/**
|
||||
* Kernel context handle used to access the device lock.
|
||||
*/
|
||||
drmContext hHWContext;
|
||||
drm_context_t hHWContext;
|
||||
|
||||
/**
|
||||
* Device driver's private context data. This structure is opaque.
|
||||
|
Reference in New Issue
Block a user