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

Window positionning: rely on internal variable not the GUI's one #22

Closed trunkmaster closed 4 years ago

trunkmaster commented 4 years ago

Using window->xframe for making decisions provides ability to alter NSWindow's _frame variable before placewindow:for: call without affecting actual Xlib window placement.