Code

Initial commit of Cairo renderer for PDF export
authormiklosh <miklosh@users.sourceforge.net>
Sun, 1 Oct 2006 14:00:00 +0000 (14:00 +0000)
committermiklosh <miklosh@users.sourceforge.net>
Sun, 1 Oct 2006 14:00:00 +0000 (14:00 +0000)
src/extension/init.cpp

index 756fff96476176b47152d6026bef25b6b5ed0f46..462d498c566ce145966653b8afb6363e628b4520 100644 (file)
@@ -39,6 +39,7 @@
 #include "internal/pdf-out.h"
 #ifdef HAVE_CAIRO_PDF
 # include "internal/cairo-pdf-out.h"
+# include "internal/cairo-renderer-pdf-out.h"
 #endif
 #include "internal/pov-out.h"
 #include "internal/odf.h"
@@ -117,6 +118,7 @@ init()
 #ifdef HAVE_CAIRO_PDF
     Internal::CairoPdfOutput::init();
     Internal::PrintCairoPDF::init();
+    Internal::CairoRendererPdfOutput::init();
 #endif
 #ifdef WITH_GNOME_PRINT
     Internal::PrintGNOME::init();