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:
parent
f2e1d852bb
commit
f5483054fc
@ -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>
|
2007-09-06 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-stage.c: Remove stray include <gdk-pixbuf-xlib.h>
|
* clutter/clutter-stage.c: Remove stray include <gdk-pixbuf-xlib.h>
|
||||||
|
@ -187,7 +187,9 @@ clutter_event_dispatch (GSource *source,
|
|||||||
ClutterBackend *backend = ((ClutterEventSource *) source)->backend;
|
ClutterBackend *backend = ((ClutterEventSource *) source)->backend;
|
||||||
ClutterEventSource *event_source = (ClutterEventSource *) source;
|
ClutterEventSource *event_source = (ClutterEventSource *) source;
|
||||||
ClutterEvent *event;
|
ClutterEvent *event;
|
||||||
|
#ifdef HAVE_TSLIB
|
||||||
struct ts_sample tsevent;
|
struct ts_sample tsevent;
|
||||||
|
#endif
|
||||||
ClutterMainContext *clutter_context;
|
ClutterMainContext *clutter_context;
|
||||||
static gint last_x, last_y;
|
static gint last_x, last_y;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user