From 4a9c08b697a9d81f8eefd735ec595ea7f62875fe Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 26 May 2000 08:44:58 +0000 Subject: Ajout d'un type d'attribut fen�tre. --- generic/Types.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'generic/Types.h') 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. -- cgit v1.1