mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-04 15:25:52 +01:00
added configurable cursor path
added some GNUstep support code
This commit is contained in:
@@ -734,7 +734,12 @@ StartUp(Bool defaultScreenOnly)
|
||||
|
||||
|
||||
/* cursors */
|
||||
#ifdef DEFINABLE_CURSOR
|
||||
wCursor[WCUR_NORMAL] = None;
|
||||
#else
|
||||
wCursor[WCUR_NORMAL] = XCreateFontCursor(dpy, XC_left_ptr);
|
||||
#endif
|
||||
wCursor[WCUR_ROOT] = XCreateFontCursor(dpy, XC_left_ptr);
|
||||
wCursor[WCUR_ARROW] = XCreateFontCursor(dpy, XC_top_left_arrow);
|
||||
wCursor[WCUR_MOVE] = XCreateFontCursor(dpy, XC_fleur);
|
||||
wCursor[WCUR_RESIZE] = XCreateFontCursor(dpy, XC_sizing);
|
||||
|
||||
Reference in New Issue
Block a user