diff options
Diffstat (limited to 'alf/alf.h')
| -rw-r--r-- | alf/alf.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ typedef struct { #define ALF_LAYOUT_SIZE_QUERY 0x01 #define ALF_LAYOUT_SIZE_PUSHBUTTON 0x04 /* unimplemented */ #define ALF_LAYOUT_SIZE_STATICTEXT 0x05 /* unimplemented */ -#define ALF_LAYOUT_SIZE_EDIT 0x06 /* unimplemented */ +#define ALF_LAYOUT_SIZE_EDIT 0x06 #define ALF_LAYOUT_SIZE_RADIOBUTTON 0x07 /* unimplemented */ #define ALF_LAYOUT_SIZE_CHECKBOX 0x07 /* unimplemented */ #define ALF_LAYOUT_SIZETYPE_MASK 0x0f |
