Code

Store cached icons to disk between runs, and invalidate/purge as needed.
[inkscape.git] / src / spiral-context.h
index 263e7b4127b6821a8644d7af5d97d869431c44f2..d80c9740edb28cee53fecb28bd6c9cf5d498b1b3 100644 (file)
@@ -1,9 +1,10 @@
 #ifndef __SP_SPIRAL_CONTEXT_H__
 #define __SP_SPIRAL_CONTEXT_H__
 
-/*
+/** \file
  * Spiral drawing context
- *
+ */
+/*
  * Authors:
  *   Mitsuru Oka
  *   Lauris Kaplinski <lauris@kaplinski.com>
@@ -14,6 +15,7 @@
  * Released under GNU GPL
  */
 
+#include <gtk/gtktypeutils.h>
 #include <sigc++/sigc++.h>
 #include "event-context.h"
 #include "libnr/nr-point.h"
@@ -29,7 +31,7 @@ class SPSpiralContextClass;
 
 struct SPSpiralContext : public SPEventContext {
        SPItem * item;
-       NR::Point center;
+       Geom::Point center;
        gdouble revo;
        gdouble exp;
        gdouble t0;