mesa_interface: replace opaque __DRIscreen with struct dri_screen everywhere
it's always struct dri_screen Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31752>
This commit is contained in:
parent
3b603d1646
commit
1ce9aa3d65
21 changed files with 146 additions and 195 deletions
|
|
@ -63,7 +63,7 @@ struct __DRIkopperExtensionRec {
|
|||
* on-screen surfaces (eg X11 window) and trying to create a swapchain for
|
||||
* a pixmap is undefined.
|
||||
*/
|
||||
__DRIdrawable *(*createNewDrawable)(__DRIscreen *screen,
|
||||
__DRIdrawable *(*createNewDrawable)(struct dri_screen *screen,
|
||||
const __DRIconfig *config,
|
||||
void *loaderPrivate,
|
||||
__DRIkopperDrawableInfo *info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue