diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/Types.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/generic/Types.h b/generic/Types.h index 3caf1b8..ff2187d 100644 --- a/generic/Types.h +++ b/generic/Types.h @@ -173,7 +173,8 @@ typedef struct { #define ZN_CONFIG_CAP_STYLE 30 #define ZN_CONFIG_GRADIENT_GEOM 31 #define ZN_CONFIG_GRADIENT_COLOR 32 - +#define ZN_CONFIG_WINDOW 33 + #define ZN_DRAW_FLAG 1 << 0 #define ZN_COORDS_FLAG 1 << 1 #define ZN_TRANSFO_FLAG 1 << 2 @@ -183,12 +184,13 @@ typedef struct { #define ZN_IMAGE_FLAG 1 << 6 /* Update image pointer. */ #define ZN_VIS_FLAG 1 << 7 /* Visibility has changed. */ #define ZN_MOVED_FLAG 1 << 8 /* Item has moved. */ -#define ZN_ITEM_FLAG 1 << 9 /* Signal a change in item type attribute. */ +#define ZN_ITEM_FLAG 1 << 9 /* Signal a change in an item type attribute. */ #define ZN_MAP_INFO_FLAG 1 << 10 /* Update mapinfo pointer. */ #define ZN_LAYOUT_FLAG 1 << 10 /* A layout need update. */ #define ZN_POLAR_FLAG 1 << 11 /* Signal a cartesian to polar change. */ #define ZN_CARTESIAN_FLAG 1 << 12 /* Signal a polar to cartesian change. */ #define ZN_TILE_FLAG 1 << 13 /* Update tile pointer. */ +#define ZN_WINDOW_FLAG 1 << 14 /* Signal a change in a window type attribute. */ /* * Type and constant values for alignments. |