summaryrefslogtreecommitdiff
path: root/gtk/gtkcolorswatchprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcolorswatchprivate.h')
-rw-r--r--gtk/gtkcolorswatchprivate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcolorswatchprivate.h b/gtk/gtkcolorswatchprivate.h
index fa8bac76f6..87031a6b32 100644
--- a/gtk/gtkcolorswatchprivate.h
+++ b/gtk/gtkcolorswatchprivate.h
@@ -36,10 +36,10 @@ void gtk_color_swatch_set_rgba (GtkColorSwatch *swatch,
gboolean gtk_color_swatch_get_rgba (GtkColorSwatch *swatch,
GdkRGBA *color);
void gtk_color_swatch_set_hsva (GtkColorSwatch *swatch,
- gdouble h,
- gdouble s,
- gdouble v,
- gdouble a);
+ double h,
+ double s,
+ double v,
+ double a);
void gtk_color_swatch_set_can_drop (GtkColorSwatch *swatch,
gboolean can_drop);
void gtk_color_swatch_set_icon (GtkColorSwatch *swatch,