diff options
author | Benjamin Otte <otte@redhat.com> | 2020-07-24 22:32:16 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2020-07-25 00:47:36 +0200 |
commit | 3078b180fe79efd0e58239dabb7098c40aced1a8 (patch) | |
tree | a4ce228bafd8df1eff46d2410554a2b2a3c0f12e /gtk/gtkprinterprivate.h | |
parent | 556997f9df3b771733fc49a02d5424aee276e29f (diff) | |
download | gtk+-3078b180fe79efd0e58239dabb7098c40aced1a8.tar.gz |
Replace "gdouble" with "double"
Diffstat (limited to 'gtk/gtkprinterprivate.h')
-rw-r--r-- | gtk/gtkprinterprivate.h | 4 |
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); |