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

TakeFocus request handling fix #15

Closed trunkmaster closed 4 years ago

trunkmaster commented 4 years ago

This fix primary goal is to manage the following case:

Also, I think I've made _handleTakeFocusAtom:forContext: more correct and maintainable due to the usage of window that receives TakeFocus request instead of last window used by application.