Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ps/Makefile.am
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2007-02-13 15:32:24 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2007-02-13 15:32:24 (GMT)
commit2d1cbc42b4fb22539659e4f621d2d8545d907adb (patch)
tree33919af82a98a414a3b605e93991b4907b165c90 /backend/ps/Makefile.am
parent2f05c3cfce8ff02eb9ddb107102b1e61196ad0f4 (diff)
Add support for thumbnails in ps backend. Fixes bug #164755.
2007-02-13 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ps/Makefile.am: * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose), (document_load), (ps_document_load), (save_document), (save_page_list), (ps_document_get_n_pages), (ps_document_get_page_size), (ps_document_get_info), (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf), (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail), (ps_document_thumbnails_get_thumbnail), (ps_document_thumbnails_get_dimensions), (ps_document_document_thumbnails_iface_init): * backend/ps/ps.[ch]: (psgetpagebox): * backend/ps/ps-interpreter.[ch]: Add support for thumbnails in ps backend. Fixes bug #164755. svn path=/trunk/; revision=2323
Diffstat (limited to 'backend/ps/Makefile.am')
-rw-r--r--backend/ps/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/ps/Makefile.am b/backend/ps/Makefile.am
index 9e813d6..e443b4a 100644
--- a/backend/ps/Makefile.am
+++ b/backend/ps/Makefile.am
@@ -15,6 +15,8 @@ libpsdocument_la_SOURCES = \
ps.h \
ps-document.c \
ps-document.h \
+ ps-interpreter.c \
+ ps-interpreter.h \
gsdefaults.c \
gsdefaults.h