From 5b6800bf63043fa047357656179d8767c77dce0c Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Fri, 18 Jun 2010 00:25:57 +0100 Subject: [PATCH] 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. --- clutter/eglnative/Makefile.am | 2 +- .../eglnative/{clutter-event-egl.c => clutter-event-tslib.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename clutter/eglnative/{clutter-event-egl.c => clutter-event-tslib.c} (100%) diff --git a/clutter/eglnative/Makefile.am b/clutter/eglnative/Makefile.am index e3647ff50..0b1a703ea 100644 --- a/clutter/eglnative/Makefile.am +++ b/clutter/eglnative/Makefile.am @@ -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 diff --git a/clutter/eglnative/clutter-event-egl.c b/clutter/eglnative/clutter-event-tslib.c similarity index 100% rename from clutter/eglnative/clutter-event-egl.c rename to clutter/eglnative/clutter-event-tslib.c