[ros-bugs] [Bug 6530] REGRESSION: win32k: regional settings window in 2nd stage crashes when being closed by mouse click

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Tue Oct 4 04:24:19 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=6530


jimtabor <james.tabor at reactos.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |james.tabor at reactos.org




--- Comment #1 from jimtabor <james.tabor at reactos.org>  2011-10-04 04:24:18 CET ---
It's funny! Writing notes has a meaning by the author! For now on what is the
point?

1. 2. 3. means something! Synchronize to match what was seen through hard years
of research, time, money and effort to understand something w/o R/E!!

-    /* 3. Generate a mouse move message, this sets the htEx and Track Window
too. */
+    /* 1. Generate a mouse move message, this sets the htEx and Track Window
too. */
     Msg.message = WM_MOUSEMOVE;
     Msg.wParam = CurInfo->ButtonsDown;
     Msg.lParam = MAKELPARAM(x, y);
     Msg.pt = pt;
     co_MsqInsertMouseMessage(&Msg, flags, dwExtraInfo, Hook);

-    /* 1. Store the new cursor position */
+    /* 2. Store the new cursor position */
     gpsi->ptCursor = pt;

-    /* 2. Move the mouse pointer */
-    GreMovePointer(hDC, x, y);
-


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list