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

Alexandre Julliard julliard at wine.codeweavers.com
Fri Feb 23 05:28:17 CST 2007


Module: wine
Branch: master
Commit: 85d9b0249f799f44f83cd0c277eaaf822b8c2196
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=85d9b0249f799f44f83cd0c277eaaf822b8c2196

Author: Jan Zerebecki <jan.wine at zerebecki.de>
Date:   Fri Feb 23 09:26:33 2007 +0100

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 1965e05..fd4671a 100644
--- a/dlls/winex11.drv/settings.c
+++ b/dlls/winex11.drv/settings.c
@@ -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);
 }
 
 /***********************************************************************




More information about the wine-cvs mailing list