Correct DrawEdge (EDGE_SUNKEN)

Medland, Bill Bill.Medland at accpac.com
Wed Jul 4 11:52:18 CDT 2001


 <<diff4.txt>> 
-------------- next part --------------
Bill Medland (medbi01 at accpac.com)
Correct the colours so that DrawEdge (EDGE_SUNKEN) works again

Index: wine/controls/uitools.c
===================================================================
RCS file: /home/wine/wine/controls/uitools.c,v
retrieving revision 1.23
diff -u -r1.23 uitools.c
--- wine/controls/uitools.c	2001/06/06 21:31:47	1.23
+++ wine/controls/uitools.c	2001/07/04 16:02:04
@@ -30,7 +30,7 @@
 
 static const signed char LTOuterNormal[] = {
     -1,                 COLOR_3DLIGHT,     COLOR_BTNSHADOW, -1,
-    COLOR_BTNHIGHLIGHT, COLOR_BTNHIGHLIGHT,COLOR_BTNSHADOW, -1,
+    COLOR_BTNHIGHLIGHT, COLOR_3DLIGHT,     COLOR_BTNSHADOW, -1,
     COLOR_3DDKSHADOW,   COLOR_3DLIGHT,     COLOR_BTNSHADOW, -1,
     -1,                 COLOR_3DLIGHT,     COLOR_BTNSHADOW, -1
 };


More information about the wine-patches mailing list