diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-10-10 19:56:03 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil> | 2007-10-10 19:56:03 -0400 |
commit | 8f23d40068151ad85cde239d07031284f0b2c4dc (patch) | |
tree | 261f72d58b26d13ee23848ed07e3ccb86be00a7d /hw/xwin | |
parent | 473bc6ec4c59e1a962b0b897c449a69aa5064ab0 (diff) |
xace: move the property deletion hook inside the DeleteProperty function.
Diffstat (limited to 'hw/xwin')
-rwxr-xr-x | hw/xwin/winwin32rootless.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xwin/winwin32rootless.c b/hw/xwin/winwin32rootless.c index 832e36d44..4b4cd3ded 100755 --- a/hw/xwin/winwin32rootless.c +++ b/hw/xwin/winwin32rootless.c @@ -971,7 +971,7 @@ winMWExtWMRootlessSwitchWindow (RootlessWindowPtr pFrame, WindowPtr oldWin) SetWindowLongPtr (pRLWinPriv->hWnd, GWL_STYLE, WS_POPUP | WS_CLIPCHILDREN); - DeleteProperty (oldWin, AtmWindowsWmNativeHwnd ()); + DeleteProperty (serverClient, oldWin, AtmWindowsWmNativeHwnd ()); winMWExtWMSetNativeProperty (pFrame); #if CYGMULTIWINDOW_DEBUG #if 0 |