* 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:
Sergii Stoian 2019-04-20 02:01:40 +03:00
parent 39e2e16bec
commit 00a1180684
2 changed files with 6 additions and 3 deletions

View file

@ -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

View file

@ -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;