Skip to content

Commit

Permalink
Add some more value entries
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsmit committed Jan 29, 2021
1 parent f623b5d commit 5775ed7
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 85 deletions.
2 changes: 1 addition & 1 deletion src/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enum separator_color { SEP_FOREGROUND, SEP_AUTO, SEP_FRAME, SEP_CUSTOM };
enum follow_mode { FOLLOW_NONE, FOLLOW_MOUSE, FOLLOW_KEYBOARD };
enum mouse_action { MOUSE_NONE, MOUSE_DO_ACTION, MOUSE_CLOSE_CURRENT, MOUSE_CLOSE_ALL };
enum setting_type { TYPE_INT, TYPE_ENUM, TYPE_STRING, TYPE_BOOLEAN,
TYPE_DEPRECATED, TYPE_TIME, TYPE_PATH }; // to be implemented
TYPE_DEPRECATED, TYPE_TIME, TYPE_PATH, TYPE_GEOMETRY }; // to be implemented

struct separator_color_data {
enum separator_color type;
Expand Down
Loading

0 comments on commit 5775ed7

Please sign in to comment.