[Bug 882] - Alpha Centauri: Text does not show in the main screen menu

wine-bugs at winehq.com wine-bugs at winehq.com
Thu Jul 18 16:28:04 CDT 2002


http://bugs.winehq.com/show_bug.cgi?id=882





------- Additional Comments From tony_lambregts at telusplanet.net  2002-07-18 16:28 -------
If you think its a pallet problem then you should try --debugmsg +pallet to see
what you can find. Attach the relevent portion of the trace to this bug. You
might find the following patch helpfull for pinpointing problems.
 
Index: dlls/x11drv/mouse.c
===================================================================
RCS file: /home/wine/wine/dlls/x11drv/mouse.c,v
retrieving revision 1.8
diff -u -r1.8 mouse.c
--- dlls/x11drv/mouse.c	14 Jun 2002 00:08:40 -0000	1.8
+++ dlls/x11drv/mouse.c	18 Jul 2002 21:23:22 -0000
@@ -544,6 +544,7 @@
 
     update_cursor( hwnd, event->window );
     get_coords( &hwnd, event->window, event->x, event->y, &pt );
+    FIXME("\tx:=%d y:=%d ----------------------\n",event->x,event->y);
 
     switch (buttonNum)
     {


DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=882>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.



More information about the wine-bugs mailing list