summaryrefslogtreecommitdiffstats
path: root/src/ganv-private.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-03-15 01:35:46 +0000
committerDavid Robillard <d@drobilla.net>2015-03-15 01:35:46 +0000
commit6391901e7dca631b14364dca7e5e0e664e473a6f (patch)
treeebc97600bb4efafc8d0f679b2755d1c1c636af89 /src/ganv-private.h
parentd31536d69b6972c2834c390689fa05f8b118c0e9 (diff)
downloadganv-6391901e7dca631b14364dca7e5e0e664e473a6f.tar.gz
ganv-6391901e7dca631b14364dca7e5e0e664e473a6f.tar.bz2
ganv-6391901e7dca631b14364dca7e5e0e664e473a6f.zip
Add support for beveled box corners.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5631 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/ganv-private.h')
-rw-r--r--src/ganv-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ganv-private.h b/src/ganv-private.h
index 29b2e61..93f286c 100644
--- a/src/ganv-private.h
+++ b/src/ganv-private.h
@@ -45,6 +45,7 @@ struct _GanvBoxImpl {
double radius_tr;
double radius_br;
double radius_bl;
+ gboolean beveled;
};
/* Circle */