Code

peeled back the gboolean code as it hit on some complexity theory principles...
[inkscape.git] / src / spiral-context.cpp
index fcc8aa9dbec4f5c929f2759a8a6175cdcd783a11..1dc6bd6cbbd9064e8a89ef8b2cc35a075477452c 100644 (file)
@@ -252,7 +252,7 @@ sp_spiral_context_set(SPEventContext *ec, gchar const *key, gchar const *val)
 static gint
 sp_spiral_context_root_handler(SPEventContext *event_context, GdkEvent *event)
 {
-    static bool dragging;
+    static gboolean dragging;
 
     SPDesktop *desktop = event_context->desktop;
     Inkscape::Selection *selection = sp_desktop_selection (desktop);