[resend] DesktopDoubleBuffered = "Y" when no option is present

hatky hatky at hatky.myz.info
Sat Aug 7 08:17:44 CDT 2004


Hope this won't be wrapped

Change log:
	Ofir Petruska <hatky at users.sf.net>:
	Default DesktopDoubleBuffered to true so gamers wont need to change it in no config case

Index: dlls/x11drv/x11drv_main.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/x11drv_main.c,v
retrieving revision 1.93
diff -u -r1.93 x11drv_main.c
--- dlls/x11drv/x11drv_main.c	13 Jul 2004 03:49:52 -0000	1.93
+++ dlls/x11drv/x11drv_main.c	7 Aug 2004 12:47:26 -0000
@@ -320,6 +320,8 @@
 
     if (!get_config_key( hkey, appkey, "DesktopDoubleBuffered", buffer, sizeof(buffer) ))
         desktop_dbl_buf = IS_OPTION_TRUE( buffer[0] );
+    else 
+        desktop_dbl_buf = TRUE;
 
     if (!get_config_key( hkey, appkey, "UseXIM", buffer, sizeof(buffer) ))
         use_xim = IS_OPTION_TRUE( buffer[0] );

-- 
Hatky,
Worshiper of wine (http://www.winehq.org/),
Impossible is only an opinion.



More information about the wine-patches mailing list