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

Mouse cursor images handling fix and cleanup #11

Closed trunkmaster closed 5 years ago

trunkmaster commented 5 years ago

Fix for displaying of colored mouse cursor images. Cleanup in Xlib cursor images loading - do not load cursors which handled by NSCursor. Complementary to https://github.com/gnustep/libs-gui/pull/30.

trunkmaster commented 5 years ago

@fredkiefer, ping