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

Jan Zerebecki jan.wine at zerebecki.de
Fri Feb 23 02:26:33 CST 2007


If this patch is rejected from inclusion, please tell me why, as
I would have to ask anyway.

From: Jan Zerebecki <jan.wine at zerebecki.de>
Changelog:
winex11.drv: Set the refresh rate for NoRes to 60 instead of 0.
---

 dlls/winex11.drv/settings.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/settings.c b/dlls/winex11.drv/settings.c
index 03585ca..0dcdf55 100644
--- a/dlls/winex11.drv/settings.c
+++ b/dlls/winex11.drv/settings.c
@@ -155,7 +155,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);
 }
 
 /***********************************************************************



More information about the wine-patches mailing list