]> www.fi.muni.cz Git - evince.git/commitdiff
add (mouse) enter and leave signals
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>
Tue, 20 May 2003 18:33:23 +0000 (18:33 +0000)
committerMartin Kretzschmar <mkretzschmar@src.gnome.org>
Tue, 20 May 2003 18:33:23 +0000 (18:33 +0000)
* xpdf/gpdf-link-canvas-item.cc
(gpdf_link_canvas_item_mouse_enter)
(gpdf_link_canvas_item_mouse_leave)
(gpdf_link_canvas_item_class_init): add (mouse) enter and leave
signals

* xpdf/gpdf-link-canvas-item.h: add signal slots for enter and
leave

* xpdf/tests/test-links.cc (link_item_enter_leave): test for the
signals

* xpdf/Makefile.am: now the marshallers sources are not shipped
with the dist and correctly build when needed, finally

* configure.in: version 0.102.99

pdf/xpdf/Makefile.am

index 53fbbdbbc535fdc0eea0ae105de60c5040523d9f..66f4e6fb79e1083c95640b7f5abd88a51e510aa6 100644 (file)
@@ -251,6 +251,14 @@ gpdf-marshal.c: gpdf-marshal.list $(GLIB_GENMARSHAL)
        echo "#include \"gpdf-marshal.h\"" > $@ && \
        $(GLIB_GENMARSHAL) $< --body --prefix=gpdf_marshal >> $@
 
+BUILT_SOURCES = $(marshal_sources)
+DONT_DIST_SOURCE = $(marshal_sources)
+
+dist-hook:
+       for file in $(DONT_DIST_SOURCE) ; do \
+           rm -f $(distdir)/$$file ; \
+       done
+
 stockdir = $(datadir)/pixmaps/gpdf
 stock_DATA = fitwidth.png
 
@@ -271,9 +279,8 @@ ui_DATA =                           \
 
 CLEANFILES =                           \
        $(server_DATA)                  \
-       $(server_in_files:.server.in.in=.server.in)
-
-#      $(marshal_sources)
+       $(server_in_files:.server.in.in=.server.in) \
+       $(marshal_sources)
 
 EXTRA_DIST = $(stock_DATA)             \
        gpdf-marshal.list               \
@@ -281,11 +288,3 @@ EXTRA_DIST = $(stock_DATA)         \
        config.h                        \
        $(ui_DATA)                      \
        $(glade_DATA)
-
-DONT_DIST_SOURCE = $(marshal_sources)
-
-# dist-hook:
-#      for file in $(DONT_DIST_SOURCE) ; do \
-#          rm -f $(distdir)/$$file ; \
-#      done
-