summaryrefslogtreecommitdiff
path: root/gdk/directfb/gdkprivate-directfb.h
diff options
context:
space:
mode:
authorMichael David Emmel <memmel@src.gnome.org>2006-07-14 00:17:52 +0000
committerMichael David Emmel <memmel@src.gnome.org>2006-07-14 00:17:52 +0000
commit73d7327b3541031ead8c32501317c431e9bf2736 (patch)
treee756b30de3aab975b4f081e88810bd0097f70eb5 /gdk/directfb/gdkprivate-directfb.h
parent6a246cb5b84180e3f46f914a76a592a4e703118a (diff)
downloadgtk+-73d7327b3541031ead8c32501317c431e9bf2736.tar.gz
Lots of changes the major change is GdkPaintable is not implemented by window
This code also requires a major redo of the cairo implementation now in cairo cvs.
Diffstat (limited to 'gdk/directfb/gdkprivate-directfb.h')
-rw-r--r--gdk/directfb/gdkprivate-directfb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/directfb/gdkprivate-directfb.h b/gdk/directfb/gdkprivate-directfb.h
index a9a5e5d40e..b4090bb828 100644
--- a/gdk/directfb/gdkprivate-directfb.h
+++ b/gdk/directfb/gdkprivate-directfb.h
@@ -70,7 +70,6 @@ struct _GdkDrawableImplDirectFB
GdkRegion *paint_region;
gint paint_depth;
-
gint width;
gint height;
gint abs_x;
@@ -140,6 +139,7 @@ typedef struct
struct _GdkWindowImplDirectFB
{
GdkDrawableImplDirectFB drawable;
+ GdkWindow *gdkWindow;
IDirectFBWindow *window;