summaryrefslogtreecommitdiffstats
path: root/ganv/port.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-09 05:48:35 +0000
committerDavid Robillard <d@drobilla.net>2011-12-09 05:48:35 +0000
commit985d9b8babb2faac0de62cb684fc14c7910e9909 (patch)
treee59ebd3ae5144f503795aadbcbd4fb570c22377e /ganv/port.h
parent00df069cdf55e115ea734119c0ba97b78192cfcc (diff)
downloadganv-985d9b8babb2faac0de62cb684fc14c7910e9909.tar.gz
ganv-985d9b8babb2faac0de62cb684fc14c7910e9909.tar.bz2
ganv-985d9b8babb2faac0de62cb684fc14c7910e9909.zip
Remove GnomeCanvas dependency.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3842 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv/port.h')
-rw-r--r--ganv/port.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ganv/port.h b/ganv/port.h
index 5052012..402c67a 100644
--- a/ganv/port.h
+++ b/ganv/port.h
@@ -32,8 +32,7 @@ G_BEGIN_DECLS
typedef struct _GanvPortClass GanvPortClass;
typedef struct _GanvPortImpl GanvPortImpl;
-struct _GanvPort
-{
+struct _GanvPort {
GanvBox box;
GanvPortImpl* impl;
};