st/glx: Add support for GLX_MESA_copy_sub_buffer.
[mesa.git] / src / gallium / state_trackers / glx / xlib / xm_api.h
index 11a08962b74e50fe86b68821573c18127ddeb753..4f2c8a6e6a9a8ddf25d9a1db3e159d99f421e56e 100644 (file)
@@ -79,6 +79,8 @@ struct xmesa_display {
    Display *display;
    struct pipe_screen *screen;
    struct st_manager *smapi;
+
+   struct pipe_context *pipe;
 };