diff options
Diffstat (limited to 'ganv')
-rw-r--r-- | ganv/port.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ganv/port.h b/ganv/port.h index a3769f7..454c4a8 100644 --- a/ganv/port.h +++ b/ganv/port.h @@ -33,10 +33,10 @@ typedef struct _GanvPortClass GanvPortClass; typedef struct { GanvBox* rect; - float value; - float min; - float max; - gboolean is_toggle; + float value; + float min; + float max; + gboolean is_toggle; } GanvPortControl; struct _GanvPort |