mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[WIN32K]
- Hack around a bug (tm) svn path=/trunk/; revision=63743
This commit is contained in:
parent
2d6704f615
commit
f637c9716a
1 changed files with 6 additions and 0 deletions
|
@ -111,6 +111,12 @@ IntEngWindowChanged(
|
||||||
{
|
{
|
||||||
XCLIPOBJ *Clip;
|
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);
|
ASSERT_IRQL_LESS_OR_EQUAL(PASSIVE_LEVEL);
|
||||||
|
|
||||||
Clip = UserGetProp(Window, AtomWndObj);
|
Clip = UserGetProp(Window, AtomWndObj);
|
||||||
|
|
Loading…
Reference in a new issue