shell32: implement flag FWF_DESKTOP for IShellView_fnCreateViewWindow()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Changelog:
implemented flag FWF_DESKTOP for IShellView_fnCreateViewWindow()

-- 
Martin Fuchs
martin-fuchs@xxxxxxx
Index: dlls/shell32/shlview.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shlview.c,v
retrieving revision 1.88
diff -u -r1.88 shlview.c
--- dlls/shell32/shlview.c	24 Oct 2003 04:23:37 -0000	1.88
+++ dlls/shell32/shlview.c	11 Nov 2003 21:44:45 -0000
@@ -1705,7 +1705,7 @@
 	  wc.hInstance		= shell32_hInstance;
 	  wc.hIcon		= 0;
 	  wc.hCursor		= LoadCursorA (0, (LPSTR)IDC_ARROW);
-	  wc.hbrBackground	= (HBRUSH) (COLOR_WINDOW + 1);
+	  wc.hbrBackground	= (HBRUSH) (lpfs->fFlags&FWF_DESKTOP? 0: (COLOR_WINDOW+1));
 	  wc.lpszMenuName	= NULL;
 	  wc.lpszClassName	= SV_CLASS_NAME;
 

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux