Changeset 7171 for trunk/src


Ignore:
Timestamp:
Oct 23, 2001, 7:29:16 PM (24 years ago)
Author:
sandervl
Message:

fix for moving window with rmb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/wintrack.cpp

    r6961 r7171  
    548548
    549549        /* Exit on button-up, Return, or Esc */
    550         if ((msg.message == WM_LBUTTONUP) ||
     550        if ((msg.message == WM_LBUTTONUP) || (msg.message == WM_RBUTTONUP) ||
    551551            ((msg.message == WM_KEYDOWN) &&
    552552             ((msg.wParam == VK_RETURN) || (msg.wParam == VK_ESCAPE)))) break;
Note: See TracChangeset for help on using the changeset viewer.