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:
Ian Romanick
2004-06-02 05:07:10 +00:00
parent d203091d20
commit c06b25594e
43 changed files with 92 additions and 92 deletions

View File

@@ -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.