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/draw-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/draw-context.cpp') diff --git a/src/draw-context.cpp b/src/draw-context.cpp index bb2468b98..fed757c0e 100644 --- a/src/draw-context.cpp +++ b/src/draw-context.cpp @@ -192,7 +192,7 @@ void SPDrawContext::finish() { void SPDrawContext::set(const Inkscape::Preferences::Entry& value) { } -gint SPDrawContext::root_handler(GdkEvent* event) { +bool SPDrawContext::root_handler(GdkEvent* event) { SPEventContext* ec = this; gint ret = FALSE; -- cgit v1.2.3