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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/cairo-util.h b/shared/cairo-util.h
index fb25c341..99c77363 100644
--- a/shared/cairo-util.h
+++ b/shared/cairo-util.h
@@ -213,6 +213,10 @@ frame_touch_down(struct frame *frame, void *data, int32_t id, int x, int y);
void
frame_touch_up(struct frame *frame, void *data, int32_t id);
+enum theme_location
+frame_double_click(struct frame *frame, void *pointer,
+ uint32_t button, enum frame_button_state state);
+
void
frame_repaint(struct frame *frame, cairo_t *cr);