From 271b3843efb1ce15fe40c3c588ce80a9ab9586c0 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Sun, 29 Jul 2007 05:30:04 +0000 Subject: [PATCH] differentiate the SP_ITEM_REFERENCE_FLAGS, even though it is not currently used --- src/sp-item.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sp-item.h b/src/sp-item.h index 89a74ceaf..fbd4d6818 100644 --- a/src/sp-item.h +++ b/src/sp-item.h @@ -71,9 +71,10 @@ struct SPItemView { #define SP_ITEM_SHOW_DISPLAY (1 << 0) /** - * Flag for referenced views (i.e. clippaths, masks and patterns); always display + * Flag for referenced views (i.e. markers, clippaths, masks and patterns); + currently unused, does the same as DISPLAY */ -#define SP_ITEM_REFERENCE_FLAGS SP_ITEM_SHOW_DISPLAY +#define SP_ITEM_REFERENCE_FLAGS (1 << 1) class SPItemCtx; -- 2.30.2