diff options
author | okan <okan> | 2011-06-24 06:52:23 +0000 |
---|---|---|
committer | okan <okan> | 2011-06-24 06:52:23 +0000 |
commit | d8747ae7023d5c5e2c6542a835c008b262261e82 (patch) | |
tree | fe652b8825304bd99475d3b7f524c4f8e88f4712 /calmwm.h | |
parent | 8f1c5833613687e67c8422bd50c34b4d11fa2e6c (diff) | |
download | cwm-d8747ae7023d5c5e2c6542a835c008b262261e82.tar.gz cwm-d8747ae7023d5c5e2c6542a835c008b262261e82.tar.xz cwm-d8747ae7023d5c5e2c6542a835c008b262261e82.zip |
add 'normal' cursor and shuffle the others we use to make a bit more
sense and to be slightly less un-expected. from Alexander Polakov. re-use 'normal' cursor now instead XC_hand1 for menu selection. i really wish X had real docs and made sense. ok on earlier diff with '?' removed (but it's back now) oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h index 168577b..d41d443 100644 --- a/calmwm.h +++ b/calmwm.h @@ -473,11 +473,11 @@ char *xstrdup(const char *); /* Externs */ extern Display *X_Dpy; -extern Cursor Cursor_move; -extern Cursor Cursor_resize; -extern Cursor Cursor_select; extern Cursor Cursor_default; +extern Cursor Cursor_move; +extern Cursor Cursor_normal; extern Cursor Cursor_question; +extern Cursor Cursor_resize; extern struct screen_ctx_q Screenq; extern struct client_ctx_q Clientq; |