From b2dd3583e7372d23d18bbc6e861f4f645ec3dc37 Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Tue, 30 Jul 2013 23:17:21 +0200 Subject: Further refactoring of EventContexts. (bzr r11608.1.109) --- src/pencil-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pencil-context.cpp') diff --git a/src/pencil-context.cpp b/src/pencil-context.cpp index 28ae41974..b81580f3a 100644 --- a/src/pencil-context.cpp +++ b/src/pencil-context.cpp @@ -143,7 +143,7 @@ spdc_endpoint_snap(SPPencilContext const *pc, Geom::Point &p, guint const state) /** * Callback for handling all pencil context events. */ -gint SPPencilContext::root_handler(GdkEvent* event) { +bool SPPencilContext::root_handler(GdkEvent* event) { SPEventContext* ec = this; SPPencilContext *const pc = SP_PENCIL_CONTEXT(ec); -- cgit v1.2.3