mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
glx: declare glx_screen struct to silence warning
This commit is contained in:
parent
75982a5df4
commit
944eebbdb4
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ typedef struct
|
||||||
unsigned int flags;
|
unsigned int flags;
|
||||||
} DRI2Buffer;
|
} DRI2Buffer;
|
||||||
|
|
||||||
|
struct glx_screen;
|
||||||
|
|
||||||
extern Bool
|
extern Bool
|
||||||
DRI2QueryExtension(Display * display, int *eventBase, int *errorBase);
|
DRI2QueryExtension(Display * display, int *eventBase, int *errorBase);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue