Bug 4531 - Cross Platform /minimize is easily available
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: unspecified
Hardware: All All
: P3 enhancement
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2010-02-06 07:26 EST by tinkah
Modified: 2011-02-10 14:21:30 EST
1 user (show)

See Also:



Description tinkah 2010-02-06 07:26:19 EST
You can add a /minimize command easily since SDL has a cross platform function 

Cmd_AddCommand( "minimize", (xcommand_t)SDL_WM_IconifyWindow ); and you're done.

worked on linux and win7.
this can also be hijacked into alt+tab though that's rather ninja technically.
since it's windows ass kissing.
but if everyone tries it..
..it could be 'ok'.
Comment 1 tinkah 2010-02-06 07:32:09 EST
btw i got a report that on windows such a /minimize fixes a gamma bug on windows if one brings it down with alt+tab (which apparently isn't its job to only minimize but to bring up a program list).
Comment 2 Thilo Schulz 2011-02-10 14:21:30 EST
done in r1890