From: Jérôme Gardou Date: Sat, 26 Jul 2014 15:53:20 +0000 (+0000) Subject: [WIN32K] X-Git-Tag: backups/0.3.17@66124~879 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=f637c9716ac3f22c75f970b8be976caab8000383;ds=sidebyside [WIN32K] - Hack around a bug (tm) svn path=/trunk/; revision=63743 --- diff --git a/reactos/win32ss/gdi/eng/engwindow.c b/reactos/win32ss/gdi/eng/engwindow.c index 486ac4a5622..86560c9770d 100644 --- a/reactos/win32ss/gdi/eng/engwindow.c +++ b/reactos/win32ss/gdi/eng/engwindow.c @@ -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);