summaryrefslogtreecommitdiff
path: root/src/preproc/pic/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/preproc/pic/common.h')
-rw-r--r--src/preproc/pic/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/preproc/pic/common.h b/src/preproc/pic/common.h
index 25a6e10c..90b65fa9 100644
--- a/src/preproc/pic/common.h
+++ b/src/preproc/pic/common.h
@@ -63,6 +63,10 @@ public:
const line_type &, double) = 0;
void rounded_box(const position &, const distance &, double,
const line_type &, double);
+ void set_color(char *, char *) = 0;
+ void reset_color() = 0;
+ char *get_last_filled() = 0;
+ char *get_outline_color() = 0;
};
int compute_arc_center(const position &start, const position &cent,