[evince] libdocument: Add EV_ANNOTATIONS_SAVE_AREA flag
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] libdocument: Add EV_ANNOTATIONS_SAVE_AREA flag
- Date: Sat, 6 Jun 2015 15:24:31 +0000 (UTC)
commit 682d135196691886901ef491dae8e02d3fcf4b48
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Fri Jun 5 19:37:36 2015 +0200
libdocument: Add EV_ANNOTATIONS_SAVE_AREA flag
libdocument/ev-document-annotations.h | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/libdocument/ev-document-annotations.h b/libdocument/ev-document-annotations.h
index f0a9432..36ec65a 100644
--- a/libdocument/ev-document-annotations.h
+++ b/libdocument/ev-document-annotations.h
@@ -44,25 +44,26 @@ typedef enum {
EV_ANNOTATIONS_SAVE_NONE = 0,
EV_ANNOTATIONS_SAVE_CONTENTS = 1 << 0,
EV_ANNOTATIONS_SAVE_COLOR = 1 << 1,
+ EV_ANNOTATIONS_SAVE_AREA = 1 << 2,
/* Markup Annotations */
- EV_ANNOTATIONS_SAVE_LABEL = 1 << 2,
- EV_ANNOTATIONS_SAVE_OPACITY = 1 << 3,
- EV_ANNOTATIONS_SAVE_POPUP_RECT = 1 << 4,
- EV_ANNOTATIONS_SAVE_POPUP_IS_OPEN = 1 << 5,
+ EV_ANNOTATIONS_SAVE_LABEL = 1 << 3,
+ EV_ANNOTATIONS_SAVE_OPACITY = 1 << 4,
+ EV_ANNOTATIONS_SAVE_POPUP_RECT = 1 << 5,
+ EV_ANNOTATIONS_SAVE_POPUP_IS_OPEN = 1 << 6,
/* Text Annotations */
- EV_ANNOTATIONS_SAVE_TEXT_IS_OPEN = 1 << 6,
- EV_ANNOTATIONS_SAVE_TEXT_ICON = 1 << 7,
+ EV_ANNOTATIONS_SAVE_TEXT_IS_OPEN = 1 << 7,
+ EV_ANNOTATIONS_SAVE_TEXT_ICON = 1 << 8,
/* Attachment Annotations */
- EV_ANNOTATIONS_SAVE_ATTACHMENT = 1 << 8,
+ EV_ANNOTATIONS_SAVE_ATTACHMENT = 1 << 9,
/* Text Markup Annotations */
- EV_ANNOTATIONS_SAVE_TEXT_MARKUP_TYPE = 1 << 9,
+ EV_ANNOTATIONS_SAVE_TEXT_MARKUP_TYPE = 1 << 10,
/* Save all */
- EV_ANNOTATIONS_SAVE_ALL = (1 << 10) - 1
+ EV_ANNOTATIONS_SAVE_ALL = (1 << 11) - 1
} EvAnnotationsSaveMask;
typedef struct _EvDocumentAnnotations EvDocumentAnnotations;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]