summaryrefslogtreecommitdiff
path: root/gtk/gtkprinterprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-07-24 22:32:16 +0200
committerBenjamin Otte <otte@redhat.com>2020-07-25 00:47:36 +0200
commit3078b180fe79efd0e58239dabb7098c40aced1a8 (patch)
treea4ce228bafd8df1eff46d2410554a2b2a3c0f12e /gtk/gtkprinterprivate.h
parent556997f9df3b771733fc49a02d5424aee276e29f (diff)
downloadgtk+-3078b180fe79efd0e58239dabb7098c40aced1a8.tar.gz
Replace "gdouble" with "double"
Diffstat (limited to 'gtk/gtkprinterprivate.h')
-rw-r--r--gtk/gtkprinterprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkprinterprivate.h b/gtk/gtkprinterprivate.h
index ed4ecc526d..a3a11b4acc 100644
--- a/gtk/gtkprinterprivate.h
+++ b/gtk/gtkprinterprivate.h
@@ -60,8 +60,8 @@ void _gtk_printer_prepare_for_print (GtkPrinter
GtkPageSetup *page_setup);
cairo_surface_t * _gtk_printer_create_cairo_surface (GtkPrinter *printer,
GtkPrintSettings *settings,
- gdouble width,
- gdouble height,
+ double width,
+ double height,
GIOChannel *cache_io);
GHashTable * _gtk_printer_get_custom_widgets (GtkPrinter *printer);