summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gdkevents.c')
-rw-r--r--gdk/gdkevents.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkevents.c b/gdk/gdkevents.c
index a7a4b81bd..4b9219553 100644
--- a/gdk/gdkevents.c
+++ b/gdk/gdkevents.c
@@ -552,8 +552,8 @@ gdk_event_get_state (GdkEvent *event,
/**
* gdk_event_get_coords:
* @event: a #GdkEvent
- * @x_root: location to put event window x coordinate
- * @y_root: location to put event window y coordinate
+ * @x_win: location to put event window x coordinate
+ * @y_win: location to put event window y coordinate
*
* Extract the event window relative x/y coordinates from an event.
*