http://bugs.winehq.com/show_bug.cgi?id=616
*** shadow/616 Thu May 23 15:30:54 2002 --- shadow/616.tmp.19778 Sat May 25 12:58:07 2002 *************** *** 76,78 **** --- 76,114 ---- and lastly, make sure UseDGA is set to N... it may be that something between 20010510 and the next version changed to where you need a different config setting... + + ------- Additional Comments From sean@mess.org 2002-05-25 12:58 ------- + After a lot of compiles, I've found the patch that stopped the keyboard in + Warcraft II BNE working. Here it is from the winecommitlog: + + > ChangeSet ID: 992978202334525382146239 + > CVSROOT: /opt/cvs-commit + > Module name: wine + > Changes by: julliard@wine2. 01/06/19 15:16:42 + > + > Modified files: + > dlls/user : user_main.c + > dlls/x11drv : window.c + > include : queue.h server.h + > server : queue.c trace.c + > tools : make_requests + > windows : input.c message.c queue.c + > + > Log message: + > Moved hardware message queue handling to the server. + > + > Patch: http://cvs.winehq.com/patch.py?id=992978202334525382146239 + > + > Revision Changes Path + > 1.24 +0 -5 wine/dlls/user/user_main.c + > 1.11 +2 -1 wine/dlls/x11drv/window.c + > 1.27 +2 -7 wine/include/queue.h + > 1.96 +14 -5 wine/include/server.h + > 1.8 +146 -69 wine/server/queue.c + > 1.94 +9 -4 wine/server/trace.c + > 1.24 +1 -0 wine/tools/make_requests + > 1.48 +40 -18 wine/windows/input.c + > 1.108 +432 -673 wine/windows/message.c + > 1.74 +101 -196 wine/windows/queue.c + + I will try the different wine options now.