diff options
Diffstat (limited to 'include/GL/glx.h')
-rw-r--r-- | include/GL/glx.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h index 82b0f221146..fd53964ea06 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -518,8 +518,12 @@ typedef struct { } GLXPbufferClobberEvent; typedef struct { + int type; + unsigned long serial; /* # of last request processed by server */ + Bool send_event; /* true if this came from a SendEvent request */ + Display *display; /* Display the event was read from */ + GLXDrawable drawable; /* drawable on which event was requested in event mask */ int event_type; - GLXDrawable drawable; int64_t ust; int64_t msc; int64_t sbc; |