Commit 85d9b024 authored by Jan Zerebecki's avatar Jan Zerebecki Committed by Alexandre Julliard

winex11.drv: Set the refresh rate for NoRes to 60 instead of 0.

parent 2dd35ac5
......@@ -156,7 +156,7 @@ void X11DRV_Settings_Init(void)
X11DRV_nores_GetCurrentMode,
X11DRV_nores_SetCurrentMode,
1, 0);
X11DRV_Settings_AddOneMode(screen_width, screen_height, 0, 0);
X11DRV_Settings_AddOneMode(screen_width, screen_height, 0, 60);
}
/***********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment