summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkinput.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/x11/gdkinput.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/x11/gdkinput.c')
-rw-r--r--gdk/x11/gdkinput.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdk/x11/gdkinput.c b/gdk/x11/gdkinput.c
index c98c3f40f4..ff69cebc1b 100644
--- a/gdk/x11/gdkinput.c
+++ b/gdk/x11/gdkinput.c
@@ -31,7 +31,7 @@
#include "gdkscreen-x11.h"
#include "gdkdisplay-x11.h"
#include "gdkwindow.h"
-#include "gdkalias.h"
+
/* Addition used for extension_events mask */
#define GDK_ALL_DEVICES_MASK (1<<30)
@@ -229,6 +229,3 @@ _gdk_input_check_extension_events (GdkDevice *device)
_gdk_input_select_device_events (input_window->impl_window, device);
}
}
-
-#define __GDK_INPUT_C__
-#include "gdkaliasdef.c"