summaryrefslogtreecommitdiff
path: root/clutter/clutter-deprecated.h
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2012-07-11 16:21:28 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2012-07-17 21:49:26 +0100
commit9e02ef459e936cf143cc956337c74e59260a6f16 (patch)
tree05474e309f2064387a735e8537ebf5ed837d137a /clutter/clutter-deprecated.h
parent6eef8ea0422de0dd54780eb584f7ca46d5412dec (diff)
downloadclutter-9e02ef459e936cf143cc956337c74e59260a6f16.tar.gz
input-device: add enter/leave events generation for touch events
This patch brings 'enter-event' and 'leave-event' generation for touch based devices. This leads to adding a new API to retrieve coordinates of a touch point. https://bugzilla.gnome.org/show_bug.cgi?id=679797
Diffstat (limited to 'clutter/clutter-deprecated.h')
-rw-r--r--clutter/clutter-deprecated.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clutter/clutter-deprecated.h b/clutter/clutter-deprecated.h
index b19dbabfe..1f400299f 100644
--- a/clutter/clutter-deprecated.h
+++ b/clutter/clutter-deprecated.h
@@ -23,6 +23,7 @@
#include "deprecated/clutter-fixed.h"
#include "deprecated/clutter-frame-source.h"
#include "deprecated/clutter-group.h"
+#include "deprecated/clutter-input-device.h"
#include "deprecated/clutter-keysyms.h"
#include "deprecated/clutter-main.h"
#include "deprecated/clutter-media.h"