summaryrefslogtreecommitdiff
path: root/gdk/directfb/gdkcursor-directfb.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-07-09 02:34:45 +0200
committerJavier Jardón <jjardon@gnome.org>2010-07-10 02:21:31 +0200
commit404e7d0e0013355549578db5c3981943f536c2b9 (patch)
tree4e1bbf577c4ef5010835661fd83e8f1af76a2cb9 /gdk/directfb/gdkcursor-directfb.c
parent7cabad6b77df866b59b8b98b8c8efaa6e89fd590 (diff)
downloadgtk+-404e7d0e0013355549578db5c3981943f536c2b9.tar.gz
gdk/: fully remove gdkalias hacks
https://bugzilla.gnome.org/show_bug.cgi?id=623845
Diffstat (limited to 'gdk/directfb/gdkcursor-directfb.c')
-rw-r--r--gdk/directfb/gdkcursor-directfb.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdk/directfb/gdkcursor-directfb.c b/gdk/directfb/gdkcursor-directfb.c
index f5d9a19801..7abd0cd3b5 100644
--- a/gdk/directfb/gdkcursor-directfb.c
+++ b/gdk/directfb/gdkcursor-directfb.c
@@ -35,7 +35,6 @@
#include "gdkdirectfb.h"
#include "gdkprivate-directfb.h"
#include "gdkcursor.h"
-#include "gdkalias.h"
#include "x-cursors.xbm"
@@ -545,7 +544,3 @@ gdk_display_supports_cursor_color (GdkDisplay *display)
g_return_val_if_fail (GDK_IS_DISPLAY (display), FALSE);
return TRUE;
}
-
-#define __GDK_CURSOR_X11_C__
-#include "gdkaliasdef.c"
-