From 75f0c45a58211bf073d28f68a3a0d4d6b003efd4 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 27 May 1999 17:38:32 +0000 Subject: [PATCH] Preliminary hacks. --- pdf/xpdf/ChangeLog | 16 ++++++++++++++++ pdf/xpdf/Makefile.in | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 pdf/xpdf/ChangeLog diff --git a/pdf/xpdf/ChangeLog b/pdf/xpdf/ChangeLog new file mode 100644 index 00000000..736025f6 --- /dev/null +++ b/pdf/xpdf/ChangeLog @@ -0,0 +1,16 @@ +1999-05-27 Michael Meeks + + * GOutputDev.cc (GOutputFont): Hacks. + (GOutputFont): Renamed. + (getFont): killed redundant 'display' + getGdkFont not getXFont. + (GOutputDev): NB. colormap -> gtk_widget_get_default_colormap () + which returns GdkColormap *, killed colormap & depth1 in prototype. + Removed redundant assigns. + NB. Miguel says 'miguel> michael: a GdkPixmap is a GdkWindow' + + * GOutputDev.h: Comments 'G'd and GOutputDev updated. + XPoint -> GdkPoint + + * Makefile.in (CXXFLAGS): Add GOOSRCDIR. + diff --git a/pdf/xpdf/Makefile.in b/pdf/xpdf/Makefile.in index e5311d5f..cf062fe0 100644 --- a/pdf/xpdf/Makefile.in +++ b/pdf/xpdf/Makefile.in @@ -15,7 +15,7 @@ LTKSRCDIR = $(srcdir)/../ltk LTKLIBDIR = ../ltk #CXXFLAGS = @CXXFLAGS@ @DEFS@ @OPTIONS@ -I$(GOOSRCDIR) -I$(LTKSRCDIR) -I$(srcdir) @X_CFLAGS@ @Xpm_CFLAGS@ -CXXFLAGS = @CXXFLAGS@ @DEFS@ @OPTIONS@ `gnome-config --cflags gnomeui` -I$(srcdir) @X_CFLAGS@ +CXXFLAGS = @CXXFLAGS@ @DEFS@ @OPTIONS@ -I$(GOOSRCDIR) `gnome-config --cflags gnomeui` -I$(srcdir) @X_CFLAGS@ XLIBS = @Xpm_LIBS@ @X_PRE_LIBS@ @X_LIBS@ -lX11 @X_EXTRA_LIBS@ OTHERLIBS = @LIBS@ -- 2.43.5