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 /gdk/gdkcairo.c | |
parent | 556997f9df3b771733fc49a02d5424aee276e29f (diff) | |
download | gtk+-3078b180fe79efd0e58239dabb7098c40aced1a8.tar.gz |
Replace "gdouble" with "double"
Diffstat (limited to 'gdk/gdkcairo.c')
-rw-r--r-- | gdk/gdkcairo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkcairo.c b/gdk/gdkcairo.c index 908fc75af8..d28b7e5b97 100644 --- a/gdk/gdkcairo.c +++ b/gdk/gdkcairo.c @@ -213,8 +213,8 @@ gdk_cairo_surface_paint_pixbuf (cairo_surface_t *surface, void gdk_cairo_set_source_pixbuf (cairo_t *cr, const GdkPixbuf *pixbuf, - gdouble pixbuf_x, - gdouble pixbuf_y) + double pixbuf_x, + double pixbuf_y) { cairo_format_t format; cairo_surface_t *surface; |