Ignore:
Timestamp:
Jan 12, 2011, 12:11:50 AM (15 years ago)
Author:
dmik
Message:

user32: Make GetQueueStatus() return actual message summary in high word instead of the copy of the low word (WinQueryQueueStatus() API provides this functionality according to my tests, despite unclear docs).

File:
1 edited

Legend:

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

    r21340 r21555  
    11201120
    11211121    queueStatus = OSLibWinQueryQueueStatus();
    1122     queueStatus = MAKELONG(queueStatus, queueStatus);
    11231122
    11241123    dprintf(("USER32: GetQueueStatus %x returned %x", flags, queueStatus & MAKELONG(flags, flags)));
Note: See TracChangeset for help on using the changeset viewer.