diff options
Diffstat (limited to 'src/defs.h')
-rw-r--r-- | src/defs.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -41,6 +41,13 @@ enum iFileVersion { | |||
41 | latest_FileVersion = 4, | 41 | latest_FileVersion = 4, |
42 | }; | 42 | }; |
43 | 43 | ||
44 | enum iImageStyle { | ||
45 | original_ImageStyle = 0, | ||
46 | grayscale_ImageStyle = 1, | ||
47 | textColorized_ImageStyle = 2, | ||
48 | preformatColorized_ImageStyle = 3, | ||
49 | }; | ||
50 | |||
44 | enum iScrollType { | 51 | enum iScrollType { |
45 | keyboard_ScrollType, | 52 | keyboard_ScrollType, |
46 | mouse_ScrollType, | 53 | mouse_ScrollType, |