summaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/defs.h b/src/defs.h
index 3ea28e95..5067cce3 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -41,6 +41,12 @@ enum iFileVersion {
41 latest_FileVersion = 4, 41 latest_FileVersion = 4,
42}; 42};
43 43
44enum iScrollType {
45 keyboard_ScrollType,
46 mouse_ScrollType,
47 max_ScrollType
48};
49
44/* Icons */ 50/* Icons */
45 51
46#define menu_Icon "\U0001d362" 52#define menu_Icon "\U0001d362"