]> git.street.me.uk Git - andy/viking.git/blobdiff - src/print.h
Add capability to save layer defaults from outside the layer defaults code.
[andy/viking.git] / src / print.h
index 8a3dcca3fa5b895dd6358d8c89c26665bec38771..901ee40901ee882a38bb08d1e6686554e5cf6d72 100644 (file)
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-#if GTK_CHECK_VERSION(2,10,0)
-
 #ifndef __VIKING_PRINT_H
 #define __VIKING_PRINT_H
 
+#include "vikwindow.h"
+
+G_BEGIN_DECLS
+
 void a_print(VikWindow *vw, VikViewport *vvp);
 
-#endif /*__VIKING_PRINT_H*/
+G_END_DECLS
 
-#endif
+#endif /*__VIKING_PRINT_H*/