summaryrefslogtreecommitdiff
path: root/Mesa/inc/glxext.h
diff options
context:
space:
mode:
Diffstat (limited to 'Mesa/inc/glxext.h')
-rw-r--r--Mesa/inc/glxext.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/Mesa/inc/glxext.h b/Mesa/inc/glxext.h
index 930289c05073..79e2e90b0a2e 100644
--- a/Mesa/inc/glxext.h
+++ b/Mesa/inc/glxext.h
@@ -366,16 +366,16 @@ typedef struct __GLXFBConfigRec *GLXFBConfigSGIX;
typedef XID GLXPbufferSGIX;
typedef struct {
int type;
- unsigned long serial; /* # of last request processed by server */
- Bool send_event; /* true if this came for SendEvent request */
- Display *display; /* display the event was read from */
- GLXDrawable drawable; /* i.d. of Drawable */
- int event_type; /* GLX_DAMAGED_SGIX or GLX_SAVED_SGIX */
- int draw_type; /* GLX_WINDOW_SGIX or GLX_PBUFFER_SGIX */
- unsigned int mask; /* mask indicating which buffers are affected*/
+ unsigned long serial; /* # of last request processed by server */
+ Bool send_event; /* true if this came for SendEvent request */
+ Display *display; /* display the event was read from */
+ GLXDrawable drawable; /* i.d. of Drawable */
+ int event_type; /* GLX_DAMAGED_SGIX or GLX_SAVED_SGIX */
+ int draw_type; /* GLX_WINDOW_SGIX or GLX_PBUFFER_SGIX */
+ unsigned int mask; /* mask indicating which buffers are affected*/
int x, y;
int width, height;
- int count; /* if nonzero, at least this many more */
+ int count; /* if nonzero, at least this many more */
} GLXBufferClobberEventSGIX;
#endif