Code

support for <rect> tag (Bug 657289)
[inkscape.git] / src / sp-font.h
index d8dc3718944e284425bf4d64f068b1fa0d15a343..a0f895a520b7ee5f787b80d4fb157c2394b58c41 100644 (file)
@@ -1,13 +1,15 @@
-#include "config.h"
-#ifdef ENABLE_SVG_FONTS
-#ifndef __SP_FONT_H__
-#define __SP_FONT_H__
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
+#ifndef SP_FONT_H_SEEN
+#define SP_FONT_H_SEEN
 
 /*
  * SVG <font> element implementation
  *
  * Authors:
- *    Felipe C. da S. Sanches <felipe.sanches@gmail.com>
+ *    Felipe C. da S. Sanches <juca@members.fsf.org>
  *
  * Copyright (C) 2008 Felipe C. da S. Sanches
  *
@@ -32,10 +34,9 @@ struct SPFont : public SPObject {
 };
 
 struct SPFontClass {
-       SPObjectClass parent_class;
+    SPObjectClass parent_class;
 };
 
 GType sp_font_get_type (void);
 
-#endif //#ifndef __SP_FONT_H__
-#endif //#ifdef ENABLE_SVG_FONTS
+#endif //#ifndef SP_FONT_H_SEEN