egl: rename clutter-event-egl.c -> clutter-event-tslib.c

clutter-event-egl had nothing to do with EGL, it's code for opening
tslib devices and creating a GSource for touch screen events. It just
happens that this only ever gets used with the eglnative backend.
This commit is contained in:
Robert Bragg 2010-06-18 00:25:57 +01:00
parent ad9006e561
commit 5b6800bf63
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ noinst_LTLIBRARIES = libclutter-eglnative.la
libclutter_eglnative_la_SOURCES = \ libclutter_eglnative_la_SOURCES = \
clutter-backend-egl.h \ clutter-backend-egl.h \
clutter-backend-egl.c \ clutter-backend-egl.c \
clutter-event-egl.c \ clutter-event-tslib.c \
clutter-stage-egl.h \ clutter-stage-egl.h \
clutter-stage-egl.c \ clutter-stage-egl.c \
clutter-egl-headers.h clutter-egl-headers.h