At 05:02 PM 7/25/00 +0800, you wrote:
>Hello all.
>
>I have very strange problems with mouse button presses.
>First, I decided to solve the problem with tool windows in
>Adobe Pagemaker: currently they are completely unmovable. Examining
>the traces, I noticed that messages WM_LBUTTONUP exist but
>corresponding WM_LBUTTONDOWN don't. Looking deeper, shows that
>X event for the mouse button presses don't got translated
>into mouse message. Now I completely in confusion how to proceed
>further.

Did you check what is the state for this window ? In all the cases I've
seen for mouse input disabled, the window itself was disabled :-)

wine:diff -ru event.c.orig event.c
--- event.c.orig        Fri Jun  9 02:43:49 2000
+++ event.c     Tue Jul 25 12:27:50 2000
@@ -723,6 +723,8 @@
 
   WIN_ReleaseWndPtr(pWnd);
 
+  WIN_WalkWindows(0,3);
+
   if (buttonNum >= NB_BUTTONS) return;
 
   /*             


Gerard

Reply via email to