diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-item.h | 5 |
1 files 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; |
