From: Martin Kretzschmar Date: Sun, 10 Nov 2002 10:11:19 +0000 (+0000) Subject: report gpdf_view's changed zoom level to bonobo zoomable X-Git-Tag: XPDF_1_01~13 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=1f8a5360bd702194ab8743564c85e296004db86d;p=evince.git 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 --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index 98b90839..a81214db 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 \