summaryrefslogtreecommitdiff
path: root/gdk/gdkwindow.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-12-03 16:10:46 +0100
committerBenjamin Otte <otte@redhat.com>2010-12-03 19:11:13 +0100
commitd916398dd2bc05bbdf50939b2583ea2e3a3cec97 (patch)
tree8408f45ac92184247232478fdf80b19ae3a75477 /gdk/gdkwindow.h
parenta996a309c767bd30175a1ed5a5f3777d0f54cddc (diff)
downloadgtk+-d916398dd2bc05bbdf50939b2583ea2e3a3cec97.tar.gz
API: Rename GdkWindowClass to GdkWindowWindowClass
We argued replacing GdkWindowClass with a input_only boolean, but this is not doable in an API-stable way, so I decided against it.
Diffstat (limited to 'gdk/gdkwindow.h')
-rw-r--r--gdk/gdkwindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdkwindow.h b/gdk/gdkwindow.h
index 55726ffffc..b25b5f9ec7 100644
--- a/gdk/gdkwindow.h
+++ b/gdk/gdkwindow.h
@@ -42,7 +42,7 @@ typedef struct _GdkPointerHooks GdkPointerHooks;
typedef struct _GdkWindowRedirect GdkWindowRedirect;
/**
- * GdkWindowClass:
+ * GdkWindowWindowClass:
* @GDK_INPUT_OUTPUT: window for graphics and events
* @GDK_INPUT_ONLY: window for events only
*
@@ -56,7 +56,7 @@ typedef enum
{
GDK_INPUT_OUTPUT,
GDK_INPUT_ONLY
-} GdkWindowClass;
+} GdkWindowWindowClass;
/**
* GdkWindowType:
@@ -345,7 +345,7 @@ struct _GdkWindowAttr
gint x, y;
gint width;
gint height;
- GdkWindowClass wclass;
+ GdkWindowWindowClass wclass;
GdkVisual *visual;
GdkWindowType window_type;
GdkCursor *cursor;