From 9d164a6d7df8ee8039ac22419a2969117747202b Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 15 Apr 2005 09:01:54 +0000 Subject: Based on a patch by J�rg Billeter 2005-04-15 Marco Pesenti Gritti * ps/ps-document.c: (ps_document_init), (ps_document_get_type), (save_page_list), (ps_document_save), (ps_document_document_iface_init), (ps_document_ps_export_begin), (ps_document_ps_export_do_page), (ps_document_ps_export_end), (ps_document_ps_exporter_iface_init): * ps/ps-document.h: Based on a patch by J�rg Billeter Implement print and save a copy for the ps backend. --- (limited to 'ps/ps-document.h') diff --git a/ps/ps-document.h b/ps/ps-document.h index 2ea93dd..2339229 100644 --- a/ps/ps-document.h +++ b/ps/ps-document.h @@ -71,6 +71,9 @@ struct _PSDocument { gboolean send_filename_to_gs; /* True if gs should read from file directly */ gboolean reading_from_pipe; /* True if ggv is reading input from pipe */ struct document *doc; + + int *ps_export_pagelist; + char *ps_export_filename; const gchar *gs_status; /* PSDocument status */ }; -- cgit v0.9.1