summaryrefslogtreecommitdiff
path: root/hw/xwin
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-10-10 19:56:03 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-10-10 19:56:03 -0400
commit8f23d40068151ad85cde239d07031284f0b2c4dc (patch)
tree261f72d58b26d13ee23848ed07e3ccb86be00a7d /hw/xwin
parent473bc6ec4c59e1a962b0b897c449a69aa5064ab0 (diff)
xace: move the property deletion hook inside the DeleteProperty function.
Diffstat (limited to 'hw/xwin')
-rwxr-xr-xhw/xwin/winwin32rootless.c2
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