summaryrefslogtreecommitdiff
path: root/alf
diff options
context:
space:
mode:
authorJonas Kümmerlin <jonas@kuemmerlin.eu>2020-05-30 15:28:59 +0200
committerJonas Kümmerlin <jonas@kuemmerlin.eu>2020-05-30 15:28:59 +0200
commit21daf33e67796a2422aca2bbbf4c61a5851738b8 (patch)
tree860f15651f7494b7623ec4ef81141e6520e8e397 /alf
parente8097493bb84bcc823b2f13b30b4d9b9ed24f5c4 (diff)
remove "unimplemented" comment from ALF_LAYOUT_SIZE_ flags that are implemented
Diffstat (limited to 'alf')
-rw-r--r--alf/alf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/alf/alf.h b/alf/alf.h
index 391f62a..aab0f00 100644
--- a/alf/alf.h
+++ b/alf/alf.h
@@ -38,11 +38,11 @@ typedef struct {
// layout flags
#define ALF_LAYOUT_SIZE_FIXED 0x00
#define ALF_LAYOUT_SIZE_QUERY 0x01
-#define ALF_LAYOUT_SIZE_PUSHBUTTON 0x04 /* unimplemented */
+#define ALF_LAYOUT_SIZE_PUSHBUTTON 0x04
#define ALF_LAYOUT_SIZE_STATICTEXT 0x05 /* unimplemented */
#define ALF_LAYOUT_SIZE_EDIT 0x06
-#define ALF_LAYOUT_SIZE_RADIOBUTTON 0x07 /* unimplemented */
-#define ALF_LAYOUT_SIZE_CHECKBOX 0x07 /* unimplemented */
+#define ALF_LAYOUT_SIZE_RADIOBUTTON 0x07
+#define ALF_LAYOUT_SIZE_CHECKBOX 0x07
#define ALF_LAYOUT_SIZETYPE_MASK 0x0f
#define ALF_LAYOUT_INHERITFONT 0x10
#define ALF_LAYOUT_CUSTOMPOS 0x20