[ros-bugs] [Bug 969] Minimized windows are shown on desktop
ReactOS.Bugzilla at reactos.org
ReactOS.Bugzilla at reactos.org
Sat May 8 18:21:01 CEST 2010
http://www.reactos.org/bugzilla/show_bug.cgi?id=969
gabrielilardi <gabrielilardi at hotmail.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gabrielilardi at hotmail.it
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #8 from gabrielilardi <gabrielilardi at hotmail.it> 2010-05-08 18:21:00 CET ---
Commit by mjmartin :: r47126 reactos/subsystems/win32/win32k/ (5 files in 2
dirs):
[win32k]
Modify how non-queued messages are send that originate from the Win23k
subsystem. Non-queued messages must go directly to the windows WNDPROC and not
through the message pump (previews ROS behavior). More importantly sending
these messages must not cause the sending thread to block waiting for a reply.
Add a messaging handling function that always sends message from Win32k to the
windows thread without waiting. This will also allow the implementation of
message call back later.
Modify PackParam and UnpackParam to accept a BOOL value to determine whether
LParam needs to be allocated from NonPagedPool. Use with new message handling
as if message sent to another thread have any pointers they must be allocated
from NonPagedPool.
Fixed broken logic in can_active_window function and co_WinPosShowWindow.
Fixed broken logic in co_IntSendActivateMessages. The WM_ACTIVATEAPP message
was being sent to every window belonging to the desktop twice. Once with flag
saying window was activated and again with deactivated.
These changes should fix bugs #969, #3171, #4501, #4676, #4677, #4948.
http://svn.reactos.org/viewcvs/reactos?view=rev&revision=47126
--
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.
More information about the Ros-bugs
mailing list