Forgot to change comment. Thanks to Royce3 for pointing it out.
Modified: trunk/reactos/subsys/win32k/ntuser/window.c
_____
Modified: trunk/reactos/subsys/win32k/ntuser/window.c
--- trunk/reactos/subsys/win32k/ntuser/window.c 2005-10-17 22:09:18 UTC
(rev 18537)
+++ trunk/reactos/subsys/win32k/ntuser/window.c 2005-10-17 22:13:44 UTC
(rev 18538)
@@ -2034,7 +2034,7 @@
ASSERT_REFS_CO(Window); //fixme: temp hack?
- /* Check for owner thread and desktop window */
+ /* Check for owner thread */
if ((Window->OwnerThread != PsGetCurrentThread()))
{
SetLastWin32Error(ERROR_ACCESS_DENIED);
Show replies by date