summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-07-15 15:36:19 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-07-15 15:36:19 -0400
commit288086b899902a628bbf7178ad1926d22b347d19 (patch)
tree760875fc958437c92b9d73431a92b153e767fb40
parentd148f26658bd6af8066c8269585c02959943c69b (diff)
downloadgtk+-wip/matthiasc/kill-non-input-events.tar.gz
When GdkWindow was renamed to GdkSurface, 'window managers' turned into 'surface managers'. Thats not cool.
-rw-r--r--gdk/gdksurface.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdksurface.c b/gdk/gdksurface.c
index 00c5ac4c09..da5d0c65f3 100644
--- a/gdk/gdksurface.c
+++ b/gdk/gdksurface.c
@@ -2334,7 +2334,7 @@ gdk_surface_show_unraised (GdkSurface *surface)
* other surfaces with the same parent surface appear below @surface.
* This is true whether or not the surfaces are visible.
*
- * If @surface is a toplevel, the surface manager may choose to deny the
+ * If @surface is a toplevel, the window manager may choose to deny the
* request to move the surface in the Z-order, gdk_surface_raise() only
* requests the restack, does not guarantee it.
*/
@@ -3432,7 +3432,7 @@ gdk_surface_merge_child_input_shapes (GdkSurface *surface)
* gdk_surface_get_modal_hint:
* @surface: A toplevel #GdkSurface.
*
- * Determines whether or not the surface manager is hinted that @surface
+ * Determines whether or not the window manager is hinted that @surface
* has modal behaviour.
*
* Returns: whether or not the surface has the modal hint set.
@@ -4410,7 +4410,7 @@ gdk_surface_set_transient_for (GdkSurface *surface,
* @x: (out): return location for X position of surface frame
* @y: (out): return location for Y position of surface frame
*
- * Obtains the top-left corner of the surface manager frame in root
+ * Obtains the top-left corner of the window manager frame in root
* surface coordinates.
*
**/