diff options
Diffstat (limited to 'src/draw-context.h')
| -rw-r--r-- | src/draw-context.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/draw-context.h b/src/draw-context.h index 98309c0cb..5a2db5ae0 100644 --- a/src/draw-context.h +++ b/src/draw-context.h @@ -44,6 +44,7 @@ struct SPDrawContext : public SPEventContext{ guint32 red_color; guint32 blue_color; guint32 green_color; + guint32 halo_color; // Red SPCanvasItem *red_bpath; @@ -53,6 +54,9 @@ struct SPDrawContext : public SPEventContext{ SPCanvasItem *blue_bpath; SPCurve *blue_curve; + // Halo + SPCanvasItem *halo_bpath; + // Green GSList *green_bpaths; SPCurve *green_curve; |
