summaryrefslogtreecommitdiff
path: root/gdk/gdkdragprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-07-24 15:54:49 +0200
committerBenjamin Otte <otte@redhat.com>2020-07-25 00:47:36 +0200
commitd7266b25ba5f2f21a5bd19d0fb88aca530e4d265 (patch)
tree8dc515efd6e0c0b0da1d7e02049f284edd6050ff /gdk/gdkdragprivate.h
parent46423e614d4fcf142d9578d4788dde664ea280f9 (diff)
downloadgtk+-d7266b25ba5f2f21a5bd19d0fb88aca530e4d265.tar.gz
Replace "gint" with "int"
Diffstat (limited to 'gdk/gdkdragprivate.h')
-rw-r--r--gdk/gdkdragprivate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkdragprivate.h b/gdk/gdkdragprivate.h
index ec781204d5..2532caad8b 100644
--- a/gdk/gdkdragprivate.h
+++ b/gdk/gdkdragprivate.h
@@ -35,8 +35,8 @@ struct _GdkDragClass {
GdkSurface* (*get_drag_surface) (GdkDrag *drag);
void (*set_hotspot) (GdkDrag *drag,
- gint hot_x,
- gint hot_y);
+ int hot_x,
+ int hot_y);
void (*drop_done) (GdkDrag *drag,
gboolean success);