1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 21:08:08 +01:00

fixed bug with improper setting of root/titlebar cursor (definable cursors)

This commit is contained in:
dan
2001-12-20 22:31:13 +00:00
parent 41996df786
commit e1ed96951b
3 changed files with 7 additions and 6 deletions

View File

@@ -805,8 +805,8 @@ StartUp(Bool defaultScreenOnly)
/* cursors */
/*wCursor[WCUR_NORMAL] = None;*/
wCursor[WCUR_NORMAL] = XCreateFontCursor(dpy, XC_left_ptr);
wCursor[WCUR_NORMAL] = None;
/*wCursor[WCUR_NORMAL] = XCreateFontCursor(dpy, XC_left_ptr);*/
wCursor[WCUR_ROOT] = XCreateFontCursor(dpy, XC_left_ptr);
wCursor[WCUR_ARROW] = XCreateFontCursor(dpy, XC_top_left_arrow);
wCursor[WCUR_MOVE] = XCreateFontCursor(dpy, XC_fleur);