Eliminate bogus error messages

Michael Stefaniuc mstefani at redhat.com
Sun Jul 14 16:33:45 CDT 2002


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 at 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
-- 
Michael Stefaniuc               Tel.: +49-711-96437-199
System Administration           Fax.: +49-711-96437-111
Red Hat GmbH                    Email: mstefani at redhat.com
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20020714/8ddbd0de/attachment.pgp


More information about the wine-devel mailing list