mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
definable cursor code updates from Jim Knoble <jmknoble@pobox.com>
This commit is contained in:
@@ -77,7 +77,6 @@ static char *options[] = {
|
||||
"WindowTitleExtendSpace",
|
||||
"MenuTitleExtendSpace",
|
||||
"MenuTextExtendSpace",
|
||||
"NormalCursor",
|
||||
NULL
|
||||
};
|
||||
|
||||
@@ -85,6 +84,20 @@ static char *options[] = {
|
||||
/* table of theme related options */
|
||||
static char *theme_options[] = {
|
||||
"WorkspaceBack",
|
||||
"NormalCursor",
|
||||
"ArrowCursor",
|
||||
"MoveCursor",
|
||||
"ResizeCursor",
|
||||
"TopLeftResizeCursor",
|
||||
"TopRightResizeCursor",
|
||||
"BottomLeftResizeCursor",
|
||||
"BottomRightResizeCursor",
|
||||
"VerticalResizeCursor",
|
||||
"HorizontalResizeCursor",
|
||||
"WaitCursor",
|
||||
"QuestionCursor",
|
||||
"TextCursor",
|
||||
"SelectCursor",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user