diff options
author | David Robillard <d@drobilla.net> | 2012-04-23 00:02:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-23 00:02:42 +0000 |
commit | f77f74472a6e46c0af101e7f1d52635c0147efd9 (patch) | |
tree | 8f883953ef1b981570c4075f05fb05a46e86456b /ganv | |
parent | 91c3158e31fb55b55eb75951e6e32b4ba5edce93 (diff) | |
download | ganv-f77f74472a6e46c0af101e7f1d52635c0147efd9.tar.gz ganv-f77f74472a6e46c0af101e7f1d52635c0147efd9.tar.bz2 ganv-f77f74472a6e46c0af101e7f1d52635c0147efd9.zip |
Resize modules when port labels change.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4242 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv')
-rw-r--r-- | ganv/text.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ganv/text.h b/ganv/text.h index d4ea79c..56e5cea 100644 --- a/ganv/text.h +++ b/ganv/text.h @@ -32,8 +32,8 @@ typedef struct _GanvTextClass GanvTextClass; typedef struct _GanvTextImpl GanvTextImpl; struct _GanvText { - GanvItem item; - GanvTextImpl* impl; + GanvItem item; + GanvTextImpl* impl; }; struct _GanvTextClass { |