From 40b540c8547b3c8b4b356b9ba855f33d39831dd4 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 20 Jan 2014 15:32:35 -0500 Subject: [PATCH] docs: fix typo in GDK_WINDOW_STATE_TILED --- gdk/gdkevents.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.