summaryrefslogtreecommitdiff
path: root/gtk/gtkcssboxesprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkcssboxesprivate.h')
-rw-r--r--gtk/gtkcssboxesprivate.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/gtk/gtkcssboxesprivate.h b/gtk/gtkcssboxesprivate.h
index 24a38ff0de..eae9f323c9 100644
--- a/gtk/gtkcssboxesprivate.h
+++ b/gtk/gtkcssboxesprivate.h
@@ -57,16 +57,16 @@ static inline void gtk_css_boxes_init
GtkWidget *widget);
static inline void gtk_css_boxes_init_content_box (GtkCssBoxes *boxes,
GtkCssStyle *style,
- double x,
- double y,
- double width,
- double height);
+ float x,
+ float y,
+ float width,
+ float height);
static inline void gtk_css_boxes_init_border_box (GtkCssBoxes *boxes,
GtkCssStyle *style,
- double x,
- double y,
- double width,
- double height);
+ float x,
+ float y,
+ float width,
+ float height);
static inline const graphene_rect_t * gtk_css_boxes_get_rect (GtkCssBoxes *boxes,
GtkCssArea area);