mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-21 05:18:06 +01:00
a fix for the definable cursor code
This commit is contained in:
@@ -805,8 +805,7 @@ StartUp(Bool defaultScreenOnly)
|
||||
|
||||
|
||||
/* cursors */
|
||||
wCursor[WCUR_NORMAL] = None;
|
||||
/*wCursor[WCUR_NORMAL] = XCreateFontCursor(dpy, XC_left_ptr);*/
|
||||
wCursor[WCUR_NORMAL] = None; /* inherit from root */
|
||||
wCursor[WCUR_ROOT] = XCreateFontCursor(dpy, XC_left_ptr);
|
||||
wCursor[WCUR_ARROW] = XCreateFontCursor(dpy, XC_top_left_arrow);
|
||||
wCursor[WCUR_MOVE] = XCreateFontCursor(dpy, XC_fleur);
|
||||
|
||||
Reference in New Issue
Block a user