X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fextension%2Fextension.h;h=81629a2dcaa53b386c0579479c55907c9ef91536;hb=0db00141789c665df05ebebe0cf5afa8cb5df60e;hp=1e3d8ead0dc846a82b1a0133e1139dd1fa2e60e4;hpb=b6ae2ff55ce50b104521cce0a0c2e96f40881006;p=inkscape.git diff --git a/src/extension/extension.h b/src/extension/extension.h index 1e3d8ead0..81629a2dc 100644 --- a/src/extension/extension.h +++ b/src/extension/extension.h @@ -43,6 +43,9 @@ /** Defines the key for Postscript printing */ #define SP_MODULE_KEY_PRINT_PS "org.inkscape.print.ps" +/** Defines the key for PDF printing */ +#define SP_MODULE_KEY_PRINT_PDF "org.inkscape.print.pdf" +#define SP_MODULE_KEY_PRINT_CAIRO_PDF "org.inkscape.print.pdf.cairo" /** Defines the key for LaTeX printing */ #define SP_MODULE_KEY_PRINT_LATEX "org.inkscape.print.latex" /** Defines the key for printing with GNOME Print */