[WIN32K]
authorJérôme Gardou <jerome.gardou@reactos.org>
Sat, 26 Jul 2014 15:53:20 +0000 (15:53 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Sat, 26 Jul 2014 15:53:20 +0000 (15:53 +0000)
 - Hack around a bug (tm)

svn path=/trunk/; revision=63743

reactos/win32ss/gdi/eng/engwindow.c

index 486ac4a..86560c9 100644 (file)
@@ -111,6 +111,12 @@ IntEngWindowChanged(
 {
     XCLIPOBJ *Clip;
 
+    /*
+     * This function is broken because AtomWndObj conflicts with
+     * properties set from user mode using SetPropW
+     */
+    return;
+
     ASSERT_IRQL_LESS_OR_EQUAL(PASSIVE_LEVEL);
 
     Clip = UserGetProp(Window, AtomWndObj);