Age | Commit message (Collapse) | Author |
|
|
|
As part of the DRI driver interface rewrite I merged __DRIscreenPrivate
and __DRIscreen, and likewise for __DRIdrawablePrivate and
__DRIcontextPrivate. I left typedefs in place though, to avoid renaming
all the *Private use internal to the driver. That was probably a
mistake, and it turns out a one-line find+sed combo can do the mass
rename. Better late than never.
|
|
drm_handle_t, drm_context_t, drm_drawable_t, drm_magic_t.
|
|
(build tested, but not physically tested)
|