]> Pileus Git - ~andy/gtk/blobdiff - gdk/x11/gdkdrawable-x11.h
Start of integration of Erwann Chenede's multihead work from the
[~andy/gtk] / gdk / x11 / gdkdrawable-x11.h
index aa681585d45785f3b8f264d2b3cb40e74070b2a8..abdcbb42b9b407e0a838c0eeae523af28d5ae20b 100644 (file)
@@ -30,7 +30,6 @@
 #include <config.h>
 
 #include <gdk/gdkdrawable.h>
-#include <gdk/x11/gdkx.h>
 
 #ifdef HAVE_XFT
 #include <X11/extensions/Xrender.h>
@@ -62,7 +61,7 @@ struct _GdkDrawableImplX11
   GdkColormap *colormap;
   
   Window xid;
-  Display *xdisplay;
+  GdkScreen *screen;
 
 #ifdef HAVE_XFT
   Picture picture;