Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-pixbuf-cache.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-11-29 14:57:08 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-11-29 14:57:08 (GMT)
commit139f0ec4a2f5fe022b9a7d5848b5998615f81834 (patch)
treef817669014f438cf3d03f560d239d14dcf17a47f /libview/ev-pixbuf-cache.h
parentf89486b20069a9e9de2ff8bc08df1fcd49bb6355 (diff)
[libview] Invert colors of pages after rendering when inverted colors option is enabled
See bgo#321823.
Diffstat (limited to 'libview/ev-pixbuf-cache.h')
-rw-r--r--libview/ev-pixbuf-cache.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libview/ev-pixbuf-cache.h b/libview/ev-pixbuf-cache.h
index 4ab0fce..94673c2 100644
--- a/libview/ev-pixbuf-cache.h
+++ b/libview/ev-pixbuf-cache.h
@@ -80,7 +80,9 @@ void ev_pixbuf_cache_reload_page (EvPixbufCache *pixbuf_cache,
GdkRegion *region,
gint page,
gint rotation,
- gdouble scale);
+ gdouble scale);
+void ev_pixbuf_cache_set_inverted_colors (EvPixbufCache *pixbuf_cache,
+ gboolean inverted_colors);
/* Selection */
cairo_surface_t *ev_pixbuf_cache_get_selection_surface (EvPixbufCache *pixbuf_cache,
gint page,