diff options
-rw-r--r-- | generic/Item.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/generic/Item.h b/generic/Item.h index af7bbd7..b9367f5 100644 --- a/generic/Item.h +++ b/generic/Item.h @@ -105,12 +105,12 @@ typedef struct _ZnAttrConfig { #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 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. */ +#define ZN_MAP_INFO_FLAG 1 << 10/* Update mapinfo pointer. */ +#define ZN_LAYOUT_FLAG 1 << 11 /* A layout need update. */ +#define ZN_POLAR_FLAG 1 << 12 /* Signal a cartesian to polar change. */ +#define ZN_CARTESIAN_FLAG 1 << 13 /* Signal a polar to cartesian change. */ +#define ZN_TILE_FLAG 1 << 14 /* Update tile pointer. */ +#define ZN_WINDOW_FLAG 1 << 15 /* Signal a change in a window type attribute. */ /* |