summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2015-12-03 14:40:40 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2016-11-17 13:15:44 +0000
commit2555dd4988bd5637dc2bd70e4102df3c40ea1a86 (patch)
treee4845304a4498a49585f7caf6194f4802bf0affb
parent27151197fbf9c686cf773d0943bab5c788ccf213 (diff)
Remove a duplicate SW_SHOWNORMAL in winUpdateWindowsWindow()
-rw-r--r--hw/xwin/winmultiwindowwindow.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/xwin/winmultiwindowwindow.c b/hw/xwin/winmultiwindowwindow.c
index 28828af8a..8b76fc374 100644
--- a/hw/xwin/winmultiwindowwindow.c
+++ b/hw/xwin/winmultiwindowwindow.c
@@ -876,11 +876,6 @@ winUpdateWindowsWindow(WindowPtr pWin)
winCreateWindowsWindow(pWin);
assert(pWinPriv->hWnd != NULL);
}
-
- /* Display the window without activating it */
- if (pWin->drawable.class != InputOnly)
- ShowWindow(pWinPriv->hWnd, SW_SHOWNOACTIVATE);
-
}
/* It's not a top-level window, but we created a window for GLX */
else if (pWinPriv->hWnd) {