From 250d31f0d9f533dee96c91859c54883179a896eb Mon Sep 17 00:00:00 2001 From: Jasmine Hassan Date: Thu, 18 Oct 2012 15:24:25 +0200 Subject: [eel] add an 'outline-stippling' property to the rect item http://git.gnome.org/browse/nautilus/commit/?id=b453aaacb0b17392eacacd8a9e378b7227da6413 --- eel/eel-canvas-rect-ellipse.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eel/eel-canvas-rect-ellipse.h') diff --git a/eel/eel-canvas-rect-ellipse.h b/eel/eel-canvas-rect-ellipse.h index 7166df8f..aaccf560 100644 --- a/eel/eel-canvas-rect-ellipse.h +++ b/eel/eel-canvas-rect-ellipse.h @@ -87,6 +87,8 @@ extern "C" { guint fill_color; /* Fill color, RGBA */ guint outline_color; /* Outline color, RGBA */ + gboolean outline_stippling; + /* Configuration flags */ unsigned int fill_set : 1; /* Is fill color set? */ -- cgit v1.2.1