summaryrefslogtreecommitdiff
path: root/gdk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-21 01:32:01 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-21 12:07:09 -0500
commitb4802e3042bce7032565966ed2b89499173f7f57 (patch)
treebef4a2067fefa20d0a19e325dcc07b662cf88f26 /gdk/Makefile.am
parent5cddc7ccbb1fe1a9c09f56f6df5b9af83e1f2886 (diff)
downloadgtk+-b4802e3042bce7032565966ed2b89499173f7f57.tar.gz
Rename x11-specific GdkDevice[Manager] implementations
Make them all fit in the gdk_x11_ prefix, and make the get_type functions and standard macros available in headers.
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r--gdk/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index e96d813cf1..8841f8031d 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -190,11 +190,11 @@ x11_introspection_files = \
x11/gdkapplaunchcontext-x11.c \
x11/gdkasync.c \
x11/gdkcursor-x11.c \
- x11/gdkdevice-core.c \
- x11/gdkdevicemanager-core.c \
+ x11/gdkdevice-core-x11.c \
+ x11/gdkdevicemanager-core-x11.c \
x11/gdkdevicemanager-x11.c \
- x11/gdkdevicemanager-xi2.c \
x11/gdkdevicemanager-xi.c \
+ x11/gdkdevicemanager-xi2.c \
x11/gdkdevice-xi2.c \
x11/gdkdevice-xi.c \
x11/gdkdisplay-x11.c \