mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
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:
@ -17,7 +17,7 @@ noinst_LTLIBRARIES = libclutter-eglnative.la
|
||||
libclutter_eglnative_la_SOURCES = \
|
||||
clutter-backend-egl.h \
|
||||
clutter-backend-egl.c \
|
||||
clutter-event-egl.c \
|
||||
clutter-event-tslib.c \
|
||||
clutter-stage-egl.h \
|
||||
clutter-stage-egl.c \
|
||||
clutter-egl-headers.h
|
||||
|
Reference in New Issue
Block a user