mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-20 04:48:06 +01:00
wmaker: Removed notion of 'Default' mouse cursor
A default cursor would make sense if we were talking about an API, where we would propose a 'I-don't-know' choice to devs, but here we're talking about WindowMaker's internal, where we're supposed to provide a consistent interface to the user, so picking a cursor is not an option (and 'Normal' is actually a decent looking choice anyway). Suggested-by: Rodolfo García Peñas <kix@kix.es>
This commit is contained in:
committed by
Carlos R. Mafra
parent
b48b3370e2
commit
32cebb1305
@@ -122,10 +122,7 @@ typedef enum {
|
||||
WCUR_EMPTY,
|
||||
|
||||
/* Count of the number of cursors defined */
|
||||
WCUR_LAST,
|
||||
|
||||
/* Alias for the Default cursor */
|
||||
WCUR_DEFAULT = WCUR_NORMAL
|
||||
WCUR_LAST
|
||||
} w_cursor;
|
||||
|
||||
/* geometry displays */
|
||||
|
||||
Reference in New Issue
Block a user