http://bugs.winehq.org/show_bug.cgi?id=17215 --- Comment #32 from Johan Gill <johan.gill(a)gmail.com> 2010-05-17 05:55:58 --- A correction of SetCooperativeLevel(..., DDSCL_NORMAL) behaviour was committed a while ago. I have some tests in the pipeline showing that SetCooperativeLevel(..., DDSCL_FULLSCREEN | DDSCL_EXCLUSIVE) should resize and show the window being passed when called, so I think it would be acceptable to add a function to ddraw/<somefile>.c that calls SetWindowPos(hwnd, HWND_TOP, 0, 0, screenx, screeny, SWP_SHOWWINDOW), and then call that from SetCooperativeLevel and SetDisplayModeNoOverride in the fullscreen case. Any comments? I'd like to have this put out before the 1.2 gets too frozen. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.