summaryrefslogtreecommitdiff
path: root/gdk/gdkevents.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-20 15:32:35 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-20 18:27:28 -0500
commit40b540c8547b3c8b4b356b9ba855f33d39831dd4 (patch)
tree26f93da4a890ccd4dbb04472ead26c8d4f8edb65 /gdk/gdkevents.h
parentb99cd45c2bbd783738cbf7e78a98fee45737496a (diff)
downloadgtk+-40b540c8547b3c8b4b356b9ba855f33d39831dd4.tar.gz
docs: fix typo in GDK_WINDOW_STATE_TILED
Diffstat (limited to 'gdk/gdkevents.h')
-rw-r--r--gdk/gdkevents.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h
index 18a42fef3a..95cadb6314 100644
--- a/gdk/gdkevents.h
+++ b/gdk/gdkevents.h
@@ -460,7 +460,7 @@ typedef enum
* @GDK_WINDOW_STATE_ABOVE: the window is kept above other windows.
* @GDK_WINDOW_STATE_BELOW: the window is kept below other windows.
* @GDK_WINDOW_STATE_FOCUSED: the window is presented as focused (with active decorations).
- * @GDK_WINDOW_TILED: the window is in a tiled state, see
+ * @GDK_WINDOW_STATE_TILED: the window is in a tiled state, see
* gdk_window_get_tiled_edges() for more details. Since 3.10
*
* Specifies the state of a toplevel window.