mesa_interface: rename __DRIconfig to struct dri_config

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 02:19:46 -04:00
committed by Marge Bot
parent 872b5c70d1
commit ee54fe9f69
27 changed files with 93 additions and 94 deletions

View File

@@ -64,7 +64,7 @@ struct __DRIkopperExtensionRec {
* a pixmap is undefined.
*/
struct dri_drawable *(*createNewDrawable)(struct dri_screen *screen,
const __DRIconfig *config,
const struct dri_config *config,
void *loaderPrivate,
__DRIkopperDrawableInfo *info);
/* flags is a set of __DRI2_FLUSH_* flags */