From 710ec65f6202732a44a010339d0770a9c0e46ed2 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Tue, 08 Mar 2005 16:06:22 +0000 Subject: Some more sanitization of the ps backend. Remove a lot of unused code and 2005-03-08 Marco Pesenti Gritti * ps/Makefile.am: * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd), (gtk_gs_defaults_get_alpha_parameters), (gtk_gs_defaults_get_ungzip_cmd), (gtk_gs_defaults_get_unbzip2_cmd): * ps/gsdefaults.h: * ps/ps-document.c: (ps_document_init), (ps_document_class_init), (ps_document_get_orientation), (document_load), (ps_document_goto_page), (ps_document_set_page_size): * ps/ps-document.h: Some more sanitization of the ps backend. Remove a lot of unused code and do not base our defaults on ggv preferences (ugh!) --- (limited to 'ps/ps-document.h') diff --git a/ps/ps-document.h b/ps/ps-document.h index 5bdd282..f7c8e92 100644 --- a/ps/ps-document.h +++ b/ps/ps-document.h @@ -47,8 +47,6 @@ struct _PSDocument { */ GdkGC *psgc; - GtkGSZoomMode zoom_mode; - GdkPixmap *bpixmap; /* Backing pixmap */ long message_window; /* Used by ghostview to receive messages from app */ @@ -98,9 +96,7 @@ struct _PSDocument { gboolean antialiased; /* Using antialiased display */ gboolean respect_eof; /* respect EOF comments? */ gint default_size; - gboolean override_size; gfloat xdpi, ydpi; - gboolean override_orientation; gint fallback_orientation; /* Orientation to use if override */ gint real_orientation; /* Real orientation from the document */ -- cgit v0.9.1