diff options
author | Yaakov Selkowitz <yselkowitz@users.sourceforge.net> | 2010-02-18 22:25:18 -0600 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2010-08-13 13:23:56 +0100 |
commit | b37dd4fcda48045154f3c35f3c42a854df888fe2 (patch) | |
tree | 5e21d6bc473ea4dc99a6ba74eb1c1bc9b80391b3 /hw/xwin | |
parent | 5f2899fec690cfd8dfabc8f33ef9cd21c45f1dc6 (diff) |
Xming: Fix the annoying menu/tooltip punch-through problem in -multiwindow mode.
http://sourceware.org/bugzilla/show_bug.cgi?id=9929
Copyright (C) Colin Harrison 2005-2008
http://www.straightrunning.com/XmingNotes/
http://sourceforge.net/projects/xming/
Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Diffstat (limited to 'hw/xwin')
-rw-r--r-- | hw/xwin/winmultiwindowwndproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwin/winmultiwindowwndproc.c b/hw/xwin/winmultiwindowwndproc.c index d14ceee9c..aca64263e 100644 --- a/hw/xwin/winmultiwindowwndproc.c +++ b/hw/xwin/winmultiwindowwndproc.c @@ -1015,6 +1015,7 @@ winTopLevelWindowProc (HWND hwnd, UINT message, #endif /* Adjust the X Window to the moved Windows window */ winAdjustXWindow (pWin, hwnd); + if (wParam == SIZE_MINIMIZED) winReorderWindowsMultiWindow(); return 0; /* end of WM_SIZE handler */ case WM_MOUSEACTIVATE: |