Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2002-11-10 10:11:19 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-11-10 10:11:19 (GMT)
commit1f8a5360bd702194ab8743564c85e296004db86d (patch)
treec75fc3d73e355b64c51c20120c6d15d436cdc01a /pdf/xpdf
parent6badfcc114d83927dab777c1a3be60de06320045 (diff)
report gpdf_view's changed zoom level to bonobo zoomable
* xpdf/gpdf-control.cc (gc_zoom_changed_cb): report gpdf_view's changed zoom level to bonobo zoomable (gc_setup_widgets): install zoom_changed handler * xpdf/gpdf-view.cc (gpdf_view_class_init): install zoom_changed signal (gpdf_view_zoom): emit zoom_changed signal * xpdf/gpdf-view.h (GPdfViewClass): add zoom_changed signal slot
Diffstat (limited to 'pdf/xpdf')
-rw-r--r--pdf/xpdf/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index 98b9083..a81214d 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -103,8 +103,6 @@ gnome_pdf_viewer_SOURCES = \
$(common_sources) \
BonoboStream.h \
BonoboStream.cc \
- GOutputDev.cc \
- GOutputDev.h \
GPOutputDev.cc \
GPOutputDev.h \
bonobo-application-x-pdf.cc \
@@ -117,9 +115,11 @@ gnome_pdf_viewer_SOURCES = \
gpdf-view.cc \
gpdf-view.h \
gtkgesture.c \
- gtkgesture.h \
- pdf-view.cc \
- pdf-view.h
+ gtkgesture.h
+# GOutputDev.cc \
+# GOutputDev.h \
+# pdf-view.cc \
+# pdf-view.h \
# gpdf-embeddable.cc \
# gpdf-embeddable.h \
# gpdf-embeddable-view.cc \