mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[WIN32K/NTUSER]
* HSHELL_WINDOWCREATED should only be sent for visible windows. CORE-8226 #resolve #comment Fixed in the latest commit. Thanks for reporting. svn path=/branches/shell-experiments/; revision=63316
This commit is contained in:
@@ -2430,6 +2430,7 @@ co_UserCreateWindowEx(CREATESTRUCTW* Cs,
|
||||
/* Notify the shell that a new window was created */
|
||||
if (Window->spwndParent == UserGetDesktopWindow() &&
|
||||
Window->spwndOwner == NULL &&
|
||||
(Window->style & WS_VISIBLE) &&
|
||||
(!(Window->ExStyle & WS_EX_TOOLWINDOW) ||
|
||||
(Window->ExStyle & WS_EX_APPWINDOW)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user