Hello!
On Sun, Jul 14, 2002 at 12:19:13PM -0400, Guy L. Albertelli wrote:
This eliminate ERR messages for messages greater than 0x7fff which are application dependent message.
Note Listview and UpDown are not included because they are currently under repair in my tree. Those fixes will be coming later.
License: X11
Changelog: Guy Albertelli <galberte@neo.lrun.com>
dlls/comctl32/animate.c,comboex.c,datetime.c, flatsb.c,header.c,hotkey.c,ipaddress.c,monthcal.c, progress.c,rebar.c,status.c,tab.c,toolbar.c,tooltips.c, trackbar.c,treeview.c
- Don't issue error message if message number in application range.
Index: dlls/comctl32/tab.c =================================================================== RCS file: /home/wine/wine/dlls/comctl32/tab.c,v retrieving revision 1.69 diff -u -r1.69 tab.c --- dlls/comctl32/tab.c 20 Jun 2002 22:45:29 -0000 1.69 +++ dlls/comctl32/tab.c 14 Jul 2002 16:04:57 -0000 @@ -1755,6 +1755,8 @@ */ bkgnd = comctl32_color.clrBtnFace; corner = comctl32_color.clrBtnFace; + bkgnd = 0x00c0c000; /* GLA */ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + corner = 0x0000c0c0; /* GLA */ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Are you sure that this should go in? Makes the tabs in the Minolta Dimage Image Viefer have the color lightblue/tourquoise. Without this (and also with the native comctrl32 or in Windows) the tabs are lightgray.
bye michael