summaryrefslogtreecommitdiff
path: root/shared/cairo-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/cairo-util.h')
-rw-r--r--shared/cairo-util.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/shared/cairo-util.h b/shared/cairo-util.h
index 99c77363..11d11d1d 100644
--- a/shared/cairo-util.h
+++ b/shared/cairo-util.h
@@ -218,6 +218,13 @@ frame_double_click(struct frame *frame, void *pointer,
uint32_t button, enum frame_button_state state);
void
+frame_double_touch_down(struct frame *frame, void *data, int32_t id,
+ int x, int y);
+
+void
+frame_double_touch_up(struct frame *frame, void *data, int32_t id);
+
+void
frame_repaint(struct frame *frame, cairo_t *cr);
#endif