2007-09-10 Matthew Allum <mallum@openedhand.com>

Port from stable branch.

        * clutter/eglnative/clutter-event-egl.c: (clutter_event_dispatch):
        Only declare tsevent if we have tslib (#498, Robert Bragg)
This commit is contained in:
Matthew Allum 2007-09-10 09:16:33 +00:00
parent f2e1d852bb
commit f5483054fc
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2007-09-10 Matthew Allum <mallum@openedhand.com>
Port from stable branch.
* clutter/eglnative/clutter-event-egl.c: (clutter_event_dispatch):
Only declare tsevent if we have tslib (#498, Robert Bragg)
2007-09-06 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-stage.c: Remove stray include <gdk-pixbuf-xlib.h>

View File

@ -187,7 +187,9 @@ clutter_event_dispatch (GSource *source,
ClutterBackend *backend = ((ClutterEventSource *) source)->backend;
ClutterEventSource *event_source = (ClutterEventSource *) source;
ClutterEvent *event;
#ifdef HAVE_TSLIB
struct ts_sample tsevent;
#endif
ClutterMainContext *clutter_context;
static gint last_x, last_y;