summaryrefslogtreecommitdiffstats
path: root/contrib/groff/src/preproc/pic/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/src/preproc/pic/common.h')
-rw-r--r--contrib/groff/src/preproc/pic/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/groff/src/preproc/pic/common.h b/contrib/groff/src/preproc/pic/common.h
index 25a6e10..90b65fa 100644
--- a/contrib/groff/src/preproc/pic/common.h
+++ b/contrib/groff/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,
OpenPOWER on IntegriCloud