st/wgl: pseudo-implementation of WGL_EXT_swap_control
[mesa.git] / src / gallium / state_trackers / wgl / stw_device.h
index ecf212d7cb690695f4b863ade01d6edca8d37485..766975c292c7115fbfdf5ef7fc997971c083953e 100644 (file)
@@ -78,6 +78,10 @@ struct stw_device
    unsigned long memdbg_no;
 #endif
 
+   /** WGL_EXT_swap_control */
+   int refresh_rate;
+   int swap_interval;
+
    bool initialized;
 };