From b3f6ded68bf84ff865dcdb648b2b84abb2a60ab1 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 12 May 2009 09:32:22 +0000 Subject: [libview] Get annotations when rendering pages --- (limited to 'libview/ev-jobs.h') diff --git a/libview/ev-jobs.h b/libview/ev-jobs.h index fc577c1..17f1b3c 100644 --- a/libview/ev-jobs.h +++ b/libview/ev-jobs.h @@ -187,7 +187,8 @@ typedef enum { EV_RENDER_INCLUDE_SELECTION = 1 << 2, EV_RENDER_INCLUDE_IMAGES = 1 << 3, EV_RENDER_INCLUDE_FORMS = 1 << 4, - EV_RENDER_INCLUDE_ALL = (1 << 5) - 1 + EV_RENDER_INCLUDE_ANNOTS = 1 << 5, + EV_RENDER_INCLUDE_ALL = (1 << 6) - 1 } EvRenderFlags; struct _EvJobRender @@ -208,6 +209,7 @@ struct _EvJobRender GdkRegion *text_mapping; GList *image_mapping; GList *form_field_mapping; + GList *annots_mapping; cairo_surface_t *selection; GdkRegion *selection_region; -- cgit v0.9.1