summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 565e7ce)
raw | patch | inline | side by side (parent: 565e7ce)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 29 Jul 2007 05:30:04 +0000 (05:30 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 29 Jul 2007 05:30:04 +0000 (05:30 +0000) |
src/sp-item.h | patch | blob | history |
diff --git a/src/sp-item.h b/src/sp-item.h
index 89a74ceafd65f8982b4674b60c4168b4f36a2bb2..fbd4d6818c52c138cf39deb36b81be90b5065f3c 100644 (file)
--- a/src/sp-item.h
+++ b/src/sp-item.h
#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;