summaryrefslogtreecommitdiffstats
path: root/ganv/port.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/port.h')
-rw-r--r--ganv/port.h8
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