diff options
Diffstat (limited to 'src/draw-context.cpp')
| -rw-r--r-- | src/draw-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
