st/egl: clean up eglCopyBuffers
[mesa.git] / src / gallium / state_trackers / egl / common / native_modeset.h
index dee757b3a88c1d0c1c2ecdd60c6687da58900f78..2598082d68773c8f6adae90152e6232fefed3fc7 100644 (file)
@@ -39,7 +39,7 @@ struct native_connector {
 struct native_mode {
    const char *desc;
    int width, height;
-   int refresh_rate;
+   int refresh_rate; /* HZ * 1000 */
 };
 
 /**