Skip to content
Snippets Groups Projects
Commit 2a02bcd3 authored by Manoj Prabhakar Nallabothula's avatar Manoj Prabhakar Nallabothula Committed by Simon McVittie
Browse files
parent b3f75b98
No related branches found
No related tags found
No related merge requests found
......@@ -1490,6 +1490,8 @@ static gboolean single_line_captured_event_cb(ClutterActor *actor, ClutterEvent
case CLUTTER_TOUCH_UPDATE:
case CLUTTER_TOUCH_CANCEL:
case CLUTTER_EVENT_LAST:
case CLUTTER_TOUCHPAD_PINCH:
case CLUTTER_TOUCHPAD_SWIPE:
default:
{
return FALSE;
......@@ -1534,6 +1536,8 @@ static gboolean captured_event_cb (ClutterActor *actor, ClutterEvent *event, gpo
case CLUTTER_TOUCH_UPDATE:
case CLUTTER_TOUCH_CANCEL:
case CLUTTER_EVENT_LAST:
case CLUTTER_TOUCHPAD_PINCH:
case CLUTTER_TOUCHPAD_SWIPE:
default:
{
return FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment