st/wgl: flush with ST_FLUSH_WAIT before releasing shared contexts
[mesa.git] / src / gallium / state_trackers / wgl / stw_context.h
index 6bfa7150d6facc7460b96fc6be9127faa68b6f80..0f180c8e2ec9234d8ccd40f220d1bbdfd85fffdf 100644 (file)
@@ -40,6 +40,7 @@ struct stw_context
    DHGLRC dhglrc;
    int iPixelFormat;
    HDC hdc;
+   BOOL shared;
 
    struct stw_framebuffer *current_framebuffer;