summaryrefslogtreecommitdiffstats
path: root/src/event-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/event-context.h')
-rw-r--r--src/event-context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event-context.h b/src/event-context.h
index 6284b6e2c..1e95305e5 100644
--- a/src/event-context.h
+++ b/src/event-context.h
@@ -125,6 +125,8 @@ void ec_shape_event_attr_changed(Inkscape::XML::Node *shape_repr,
gchar const *name, gchar const *old_value, gchar const *new_value,
bool const is_interactive, gpointer const data);
+void event_context_print_event_info(GdkEvent *event, bool print_return = true);
+
#endif