gnustep / libs-back

The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
http://www.gnustep.org
GNU General Public License v3.0
50 stars 34 forks source link

Handle `-autolaunch YES` application argument #7

Closed trunkmaster closed 5 years ago

trunkmaster commented 5 years ago

Map application icon window without focus switch for applications executed with argument -autolaunch YES in WindowMaker environment.

ivucica commented 5 years ago

Would it make sense, then, to just expand "// Inform WM to ignore focus events" to "// Inform WindowMaker to ignore focus events", making it even clearer this is a WindowMaker-only atom?

trunkmaster commented 5 years ago

@ivucica No problem. But it make sense only for commit diff... In code in the comment several lines above this WindowMaker already mentioned. Anyway, I'll make change if code becomes more readable.

trunkmaster commented 5 years ago

@fredkiefer, new atom added. @ivucica, comments edited.