diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-11-06 11:56:57 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2004-11-06 11:56:57 +0000 |
commit | e494e24c508b34b144355cb380aac16abf2fb891 (patch) | |
tree | f1dfcc9d511a4188bbacb6b0f09780fb116cfd82 /hw/xwin/wintrayicon.c | |
parent | 16ee24cd994fa3f8d479c972f18c8207a5116cb7 (diff) |
Wrap all mwextwm and internalwm code with XWIN_MULTIWINDOWEXTWM
Diffstat (limited to 'hw/xwin/wintrayicon.c')
-rwxr-xr-x | hw/xwin/wintrayicon.c | 2 |
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: |