summaryrefslogtreecommitdiff
path: root/eel/eel-canvas.c
diff options
context:
space:
mode:
Diffstat (limited to 'eel/eel-canvas.c')
-rw-r--r--eel/eel-canvas.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/eel/eel-canvas.c b/eel/eel-canvas.c
index 8a5c1fa96..e2d172915 100644
--- a/eel/eel-canvas.c
+++ b/eel/eel-canvas.c
@@ -2893,6 +2893,7 @@ eel_canvas_handle_event (EelCanvas *canvas,
switch (event_type)
{
case GDK_BUTTON_PRESS:
+ case GDK_TOUCH_BEGIN:
{
/* Pick the current item as if the button were not pressed, and
* then process the event.
@@ -2912,6 +2913,7 @@ eel_canvas_handle_event (EelCanvas *canvas,
break;
case GDK_BUTTON_RELEASE:
+ case GDK_TOUCH_END:
{
/* Process the event as if the button were pressed, then repick
* after the button has been released