summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-06-07 09:02:03 +0200
committerDave Davenport <qball@gmpclient.org>2016-06-07 09:02:03 +0200
commit0b84d63959fb0e9eb4409412c0d132eb940f0be5 (patch)
tree600e12675683b7867bdd5dc1ca6d135f19ebea53 /include
parent72d6c2087629379926550331a0f8d592e9c6204d (diff)
parent87461c7ec327da9f3cd9e4e443bbb5f4930d8241 (diff)
Merge remote-tracking branch 'origin/master' into highlight_match
Diffstat (limited to 'include')
-rw-r--r--include/textbox.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/textbox.h b/include/textbox.h
index 455904f8..a7619f7d 100644
--- a/include/textbox.h
+++ b/include/textbox.h
@@ -39,15 +39,15 @@ typedef struct
typedef enum
{
- TB_AUTOHEIGHT = 1 << 0,
- TB_AUTOWIDTH = 1 << 1,
- TB_LEFT = 1 << 16,
- TB_RIGHT = 1 << 17,
- TB_CENTER = 1 << 18,
- TB_EDITABLE = 1 << 19,
- TB_MARKUP = 1 << 20,
- TB_WRAP = 1 << 21,
- TB_PASSWORD = 1 << 22,
+ TB_AUTOHEIGHT = 1 << 0,
+ TB_AUTOWIDTH = 1 << 1,
+ TB_LEFT = 1 << 16,
+ TB_RIGHT = 1 << 17,
+ TB_CENTER = 1 << 18,
+ TB_EDITABLE = 1 << 19,
+ TB_MARKUP = 1 << 20,
+ TB_WRAP = 1 << 21,
+ TB_PASSWORD = 1 << 22,
} TextboxFlags;
typedef enum