X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ps%2Fps-document.h;h=23392299cf2f05c8a5903dba4cf416811f195e67;hb=fecc75d11b8905c61a0ccc9490a1a6c2c54567bc;hp=2ea93dd38ace50645d3fead0b44dce3ec284f43f;hpb=25fddef525d3be8aa9b2825a3d8fcd29ff8c2c69;p=evince.git diff --git a/ps/ps-document.h b/ps/ps-document.h index 2ea93dd3..23392299 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 */ };