Author: jimtabor
Date: Wed Apr 16 20:57:29 2008
New Revision: 32994
URL:
http://svn.reactos.org/svn/reactos?rev=32994&view=rev
Log:
Revert change to window.c. It is not ready.
Modified:
trunk/reactos/subsystems/win32/win32k/ntuser/window.c
Modified: trunk/reactos/subsystems/win32/win32k/ntuser/window.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/nt…
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/ntuser/window.c [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/ntuser/window.c [iso-8859-1] Wed Apr 16 20:57:29
2008
@@ -2056,7 +2056,7 @@
IntUnlinkWindow(Window);
RETURN((HWND)0);
}
-
+#if 0
Result = co_EVENT_CallEvents(EVENT_OBJECT_CREATE, Window->hSelf, OBJID_WINDOW, 0);
if (Result == (LRESULT)-1)
@@ -2065,7 +2065,7 @@
DPRINT1("IntCreateWindowEx(): event CREATE hook failed. No cleanup
performed!\n");
RETURN((HWND)0);
}
-
+#endif
/* Send move and size messages. */
if (!(Window->Flags & WINDOWOBJECT_NEED_SIZE))
{