diff options
author | Ben Byer <bbyer@bbyer.local> | 2008-04-18 17:17:01 -0700 |
---|---|---|
committer | Ben Byer <bbyer@bbyer.local> | 2008-04-18 17:17:01 -0700 |
commit | 7fb9b2dc615a3bd1a3c087438af7a8b88265cfaa (patch) | |
tree | 171a9bbdd5047f9337c9a935009fa04736349d57 /miext | |
parent | a918657f89a62bc2ee239fc709da6f65fe494204 (diff) |
random flailing
Diffstat (limited to 'miext')
-rw-r--r-- | miext/rootless/rootlessWindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miext/rootless/rootlessWindow.c b/miext/rootless/rootlessWindow.c index 17fe69085..a6002bba0 100644 --- a/miext/rootless/rootlessWindow.c +++ b/miext/rootless/rootlessWindow.c @@ -1427,7 +1427,7 @@ RootlessReparentWindow(WindowPtr pWin, WindowPtr pPriorParent) pWin->rootlessUnhittable = FALSE; - DeleteProperty (pWin, xa_native_window_id ()); + DeleteProperty (serverClient, pWin, xa_native_window_id ()); if (WINREC(pTopWin) != NULL) { /* We're screwed. */ |