X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-utils.h;h=1d7e882f5fec2e59e248297ff11fb2ce111370fc;hb=6effa286615442dc4e1081227eeba4f9bf3f3380;hp=fbacb0fd21a07503d85bc6abaa2c319399a4f5b7;hpb=90a8680bba08da4ae9aa5f0f5382c625eef2f86c;p=evince.git diff --git a/shell/ev-utils.h b/shell/ev-utils.h index fbacb0fd..1d7e882f 100644 --- a/shell/ev-utils.h +++ b/shell/ev-utils.h @@ -23,7 +23,9 @@ #include #include +#ifdef WITH_GNOME_PRINT #include +#endif G_BEGIN_DECLS @@ -32,11 +34,12 @@ GdkPixbuf* ev_pixbuf_add_shadow (GdkPixbuf *src, int size, void ev_print_region_contents (GdkRegion *region); - +#ifdef WITH_GNOME_PRINT GnomePrintConfig* load_print_config_from_file (void); void save_print_config_to_file (GnomePrintConfig *config); gboolean using_postscript_printer (GnomePrintConfig *config); gboolean using_pdf_printer (GnomePrintConfig *config); +#endif G_END_DECLS