summaryrefslogtreecommitdiff
path: root/gdk
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-11-22 17:50:06 +0100
committerBenjamin Otte <otte@redhat.com>2010-12-02 20:21:02 +0100
commitcf6ce6e671d050a1393fe9f30cfa2bbfc7041313 (patch)
tree51d9d568c5ba4f1d48aa3301f00d93eabd137ce9 /gdk
parent81605623e222350daf36fcd0f86d4089972f6dfd (diff)
downloadgtk+-cf6ce6e671d050a1393fe9f30cfa2bbfc7041313.tar.gz
API: Decouple GdkWindow from GdkDrawable
Make GdkWindow no longer typedeffed to GdkDrawable, but instead make it be its own (private) type.
Diffstat (limited to 'gdk')
-rw-r--r--gdk/gdktypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdktypes.h b/gdk/gdktypes.h
index 417aec211d..f50d02f49a 100644
--- a/gdk/gdktypes.h
+++ b/gdk/gdktypes.h
@@ -146,7 +146,7 @@ typedef struct _GdkDrawable GdkDrawable;
*
* An opaque structure representing an onscreen drawable.
*/
-typedef struct _GdkDrawable GdkWindow;
+typedef struct _GdkWindow GdkWindow;
typedef struct _GdkDisplay GdkDisplay;
typedef struct _GdkScreen GdkScreen;