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
Marat Safin
zathura-pdf-poppler
Commits
b1a78489
Commit
b1a78489
authored
Feb 17, 2014
by
Moritz Lipp
Browse files
Merge branch 'release/0.2.5'
parents
66efcecc
9050c430
Changes
2
Hide whitespace changes
Inline
Side-by-side
config.mk
View file @
b1a78489
...
...
@@ -2,7 +2,7 @@
VERSION_MAJOR
=
0
VERSION_MINOR
=
2
VERSION_REV
=
4
VERSION_REV
=
5
VERSION
=
${VERSION_MAJOR}
.
${VERSION_MINOR}
.
${VERSION_REV}
# minimum required zathura version
...
...
search.c
View file @
b1a78489
...
...
@@ -46,6 +46,7 @@ pdf_page_search_text(zathura_page_t* page, PopplerPage* poppler_page, const
rectangle
->
y2
=
zathura_page_get_height
(
page
)
-
poppler_rectangle
->
y1
;
girara_list_append
(
list
,
rectangle
);
poppler_rectangle_free
(
poppler_rectangle
);
}
g_list_free
(
results
);
...
...
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