From ffb56ecc15e824d830d1bd346f87295cfda6ad45 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 13 Dec 2011 21:13:31 -0500 Subject: Fix nicks for the window class enum As pointed out in bug 665999, these were just not right. Before this commit, the nicks were 'output' and 'only'. After this commit, they are 'input-output' and 'input-only'. --- gdk/gdkwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdk/gdkwindow.h') diff --git a/gdk/gdkwindow.h b/gdk/gdkwindow.h index 58f98bd75a..dc12fdfd0f 100644 --- a/gdk/gdkwindow.h +++ b/gdk/gdkwindow.h @@ -53,8 +53,8 @@ typedef struct _GdkWindowRedirect GdkWindowRedirect; */ typedef enum { - GDK_INPUT_OUTPUT, - GDK_INPUT_ONLY + GDK_INPUT_OUTPUT, /*< nick=input-output >*/ + GDK_INPUT_ONLY /*< nick=input-only >*/ } GdkWindowWindowClass; /** -- cgit v1.2.1