summaryrefslogtreecommitdiff
path: root/src/preproc/pic/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/pic/object.h')
-rw-r--r--src/preproc/pic/object.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/preproc/pic/object.h b/src/preproc/pic/object.h
index 2748e81e..dc6cf57f 100644
--- a/src/preproc/pic/object.h
+++ b/src/preproc/pic/object.h
@@ -150,6 +150,8 @@ const unsigned long HAS_THICKNESS = 01000000;
const unsigned long IS_FILLED = 02000000;
const unsigned long IS_DEFAULT_FILLED = 04000000;
const unsigned long IS_ALIGNED = 010000000;
+const unsigned long IS_SHADED = 020000000;
+const unsigned long IS_OUTLINED = 040000000;
struct segment {
int is_absolute;
@@ -183,6 +185,8 @@ struct object_spec {
double end_chop;
double thickness;
double fill;
+ char *shaded;
+ char *outlined;
direction dir;
segment *segment_list;
position segment_pos;