summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-05-21 23:53:28 +0200
committerDave Davenport <qball@gmpclient.org>2015-05-21 23:53:28 +0200
commit0e7009bcad9f192e88ffa5c9a28941f65a558053 (patch)
tree000bdfb9300eea975fae5090d336cd0c0919b16e /include
parent09e4a64780a442fb32ae6f1ff6c90b865b6fd916 (diff)
Test fix for issue #167
Diffstat (limited to 'include')
-rw-r--r--include/textbox.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/textbox.h b/include/textbox.h
index 6ec1cf7b..1fd2dc33 100644
--- a/include/textbox.h
+++ b/include/textbox.h
@@ -23,12 +23,12 @@ 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_AUTOHEIGHT = 1 << 0,
+ TB_AUTOWIDTH = 1 << 1,
+ TB_LEFT = 1 << 16,
+ TB_RIGHT = 1 << 17,
+ TB_CENTER = 1 << 18,
+ TB_EDITABLE = 1 << 19,
} TextboxFlags;