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:
Marek Olšák
2024-10-21 01:47:24 -04:00
committed by Marge Bot
parent 3b603d1646
commit 1ce9aa3d65
21 changed files with 146 additions and 195 deletions

View File

@@ -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);