diff options
author | Benjamin Otte <otte@redhat.com> | 2010-08-27 17:05:48 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-09-26 15:11:30 +0200 |
commit | f74f9b276658b2c4cdcaca4b19e7c860e70e0491 (patch) | |
tree | e06b49e3d25fb3314a5390945b6633ea9c234829 /gdk/x11/gdkcursor-x11.c | |
parent | cadcd029a1dad1d508fb0019d7e4697ac2513d51 (diff) | |
download | gtk+-f74f9b276658b2c4cdcaca4b19e7c860e70e0491.tar.gz |
gdk: Remove GdkPixmap
All iusers of it are gone, so it's now time to let go.
cairo_surface_t is a full replacement, combined with
gdk_window_create_similar_surface().
Diffstat (limited to 'gdk/x11/gdkcursor-x11.c')
-rw-r--r-- | gdk/x11/gdkcursor-x11.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/x11/gdkcursor-x11.c b/gdk/x11/gdkcursor-x11.c index 1ef1a5000b..67ce6d4a02 100644 --- a/gdk/x11/gdkcursor-x11.c +++ b/gdk/x11/gdkcursor-x11.c @@ -41,9 +41,7 @@ #include "gdkprivate-x11.h" #include "gdkcursor.h" #include "gdkdisplay-x11.h" -#include "gdkpixmap-x11.h" #include "gdkx.h" -#include <gdk/gdkpixmap.h> #include <gdk-pixbuf/gdk-pixbuf.h> static guint theme_serial = 0; |