aboutsummaryrefslogtreecommitdiff
path: root/mesalib/include/GL/glx.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/include/GL/glx.h')
-rw-r--r--mesalib/include/GL/glx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/include/GL/glx.h b/mesalib/include/GL/glx.h
index 234abc050..78f5052b2 100644
--- a/mesalib/include/GL/glx.h
+++ b/mesalib/include/GL/glx.h
@@ -518,7 +518,7 @@ typedef struct {
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 */
+ Drawable drawable; /* drawable on which event was requested in event mask */
int event_type;
int64_t ust;
int64_t msc;