aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 1c24f5d..3588eb6 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -59,6 +59,9 @@ struct toolinfo
void (*drag_object)(struct toolinfo *tip, struct presentation *p,
struct object *o, double x, double y);
void (*draw_editing_overlay)(cairo_t *cr, struct object *o);
+ void (*key_pressed)(struct object *o, guint keyval,
+ struct toolinfo *tip);
+ void (*im_commit)(struct object *o, gchar *str, struct toolinfo *tip);
};