From: buliabyak Date: Sun, 29 Jul 2007 05:30:04 +0000 (+0000) Subject: differentiate the SP_ITEM_REFERENCE_FLAGS, even though it is not currently used X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=271b3843efb1ce15fe40c3c588ce80a9ab9586c0;p=inkscape.git differentiate the SP_ITEM_REFERENCE_FLAGS, even though it is not currently used --- 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;