[Bug 3072] Minimize buttons disappear
bugzilla-daemon at icculus.org
bugzilla-daemon at icculus.org
Wed Jun 6 15:27:36 EDT 2007
http://bugzilla.icculus.org/show_bug.cgi?id=3072
tjw at tjw.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|zakk at icculus.org |tjw at tjw.org
Status|ASSIGNED |NEW
------- Comment #5 from tjw at tjw.org 2007-06-06 15:27 EDT -------
http://bugzilla.libsdl.org/show_bug.cgi?id=281
Minimal SDL patch follows. I will apply this to SDL-1.2.11 and update the
ioq3-included SDL .dylib file because I know how everyone loves downloading
it through svn.
--- SDL-1.2.11/src/video/quartz/SDL_QuartzVideo.m 2007-06-06
14:25:09.000000000 -0500
+++ SDL-1.2.11.fixed/src/video/quartz/SDL_QuartzVideo.m 2007-06-06
14:26:16.000000000 -0500
@@ -385,10 +385,10 @@
CGLSetFullScreen (NULL);
}
if (to_desktop) {
+ ShowMenuBar ();
/* Restore original screen resolution/bpp */
CGDisplaySwitchToMode (display_id, save_mode);
CGReleaseAllDisplays ();
- ShowMenuBar ();
/*
Reset the main screen's rectangle
See comment in QZ_SetVideoFullscreen for why we do this
--
Configure bugmail: http://bugzilla.icculus.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the quake3-bugzilla
mailing list