Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ankur Sinha
zathura-pdf-poppler
Commits
f6e3dc72
Commit
f6e3dc72
authored
May 21, 2012
by
Moritz Lipp
Browse files
Set annotation text state
parent
25bad1d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
annotations.c
View file @
f6e3dc72
...
...
@@ -268,8 +268,8 @@ zathura_annotation_from_poppler_annotation(zathura_page_t* page, PopplerAnnotMap
zathura_annotation_text_set_icon
(
annotation
,
icon
);
PopplerAnnotTextState
poppler_state
=
poppler_annot_text_get_state
(
annot_text
);
int
flags
=
poppler_get_zathura_text_state
(
poppler_state
);
zathura_annotation_text_set_
flags
(
annotation
,
flags
);
zathura_annotation_text_state_t
state
=
poppler_get_zathura_text_state
(
poppler_state
);
zathura_annotation_text_set_
state
(
annotation
,
state
);
}
return
annotation
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment