Remove the return value of GdkWindowImpl::get_root_coords

It's unused by callers, and the historical return values are
undocumented, so just remove it now.
This commit is contained in:
Jasper St. Pierre
2014-02-27 20:58:13 -05:00
parent 056ca21e2f
commit b922e0e213
7 changed files with 15 additions and 27 deletions

View File

@ -1390,7 +1390,7 @@ gdk_wayland_window_offset (GdkWindow *window,
*y_out = y_offset;
}
static gint
static void
gdk_window_wayland_get_root_coords (GdkWindow *window,
gint x,
gint y,
@ -1406,8 +1406,6 @@ gdk_window_wayland_get_root_coords (GdkWindow *window,
if (root_y)
*root_y = y_offset + y;
return 1;
}
static gboolean