• Ken Thomases's avatar
    winemac: Only update window minimized state when it has changed from what… · dd59ab26
    Ken Thomases authored
    winemac: Only update window minimized state when it has changed from what processed events told us it was.
    
    This fixes a problem where windows could spontaneously re-minimize after
    being unminimized.  Cocoa would see the window unminimize.  It would queue
    a WINDOW_DID_UNMINIMIZE event.  While that event was pending, Wine might do
    something which caused set_cocoa_window_properties() to be called and tell
    Cocoa to conform itself to the current Win32 state.  The current Win32 state
    still had the window minimized, so Cocoa would re-minimize the window.  It
    would even discard the WINDOW_DID_UNMINIMIZE event.
    dd59ab26
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
Make.rules.in Loading commit data...
Make.vars.in Loading commit data...
Makefile.in Loading commit data...
Maketest.rules.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...