mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 17:20:10 +01: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;
|
||||
} DRI2Buffer;
|
||||
|
||||
struct glx_screen;
|
||||
|
||||
extern Bool
|
||||
DRI2QueryExtension(Display * display, int *eventBase, int *errorBase);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue