A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Giannis Adamopoulos 0857319218 [win32k]
- Simplify co_IntWaitMessage
- In co_IntGetPeekMessage, call co_MsqWaitForNewMessages instead of co_IntWaitMessage when we  need to wait for a new message. co_IntWaitMessage calls co_IntPeekMessage again without removing messages. The problem is that processing some messages produce other messages or hooks even though the message must not be removed. As a result some messages like WM_NCHITTEST were received twice by the application
- Should fix bug 3232

svn path=/trunk/; revision=51224
2011-04-02 10:12:44 +00:00
reactos [win32k] 2011-04-02 10:12:44 +00:00
rosapps [SYSTEMINFO] 2011-04-01 18:58:12 +00:00
rostests Disable some misleading service tests because a test cannot determine wheter or not the number of active or inactive services is correct. 2011-03-26 20:07:09 +00:00
wallpaper