mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
* Source/x11/XGServerWindow.m (standardcursor::): Getting of
XC_fleur as GSCloseHandCursor was removed because it loads in NSCursor as image.
This commit is contained in:
parent
39e2e16bec
commit
00a1180684
2 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2019-04-20 Sergii Stoian <stoyan255@ukr.net>
|
||||
|
||||
* Source/x11/XGServerWindow.m (standardcursor::): Getting of
|
||||
XC_fleur as GSCloseHandCursor was removed because it loads in
|
||||
NSCursor as image.
|
||||
|
||||
2019-04-18 Sergii Stoian <stoyan255@gmail.com>
|
||||
|
||||
* Source/x11/XGServerWindow.m (standardcursor::): revert resizing
|
||||
|
|
|
@ -4177,9 +4177,6 @@ xgps_cursor_image(Display *xdpy, Drawable draw, const unsigned char *data,
|
|||
case GSIBeamCursor:
|
||||
cursor = XCreateFontCursor(dpy, XC_xterm);
|
||||
break;
|
||||
case GSClosedHandCursor:
|
||||
cursor = XCreateFontCursor(dpy, XC_fleur);
|
||||
break;
|
||||
case GSOpenHandCursor:
|
||||
cursor = XCreateFontCursor(dpy, XC_hand1);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue