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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user