summaryrefslogtreecommitdiff
path: root/hw/xwin/wintrayicon.c
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-11-06 11:56:57 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-11-06 11:56:57 +0000
commite494e24c508b34b144355cb380aac16abf2fb891 (patch)
treef1dfcc9d511a4188bbacb6b0f09780fb116cfd82 /hw/xwin/wintrayicon.c
parent16ee24cd994fa3f8d479c972f18c8207a5116cb7 (diff)
Wrap all mwextwm and internalwm code with XWIN_MULTIWINDOWEXTWM
Diffstat (limited to 'hw/xwin/wintrayicon.c')
-rwxr-xr-xhw/xwin/wintrayicon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xwin/wintrayicon.c b/hw/xwin/wintrayicon.c
index 7eeaa6a90..2b8bc6c61 100755
--- a/hw/xwin/wintrayicon.c
+++ b/hw/xwin/wintrayicon.c
@@ -119,8 +119,10 @@ winHandleIconMessage (HWND hwnd, UINT message,
/* Restack and bring all windows to top */
SetForegroundWindow (hwnd);
+#ifdef XWIN_MULTIWINDOWEXTWM
if (pScreenInfo->fMWExtWM)
winMWExtWMRestackWindows (pScreenInfo->pScreen);
+#endif
break;
case WM_LBUTTONDBLCLK: