Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
61782f4b
Commit
61782f4b
authored
Dec 27, 2010
by
Moritz Lipp
Browse files
Fixed get_height
parent
88f4bbab
Changes
1
Hide whitespace changes
Inline
Side-by-side
ft/djvu/djvu.c
View file @
61782f4b
...
...
@@ -170,7 +170,7 @@ djvu_page_get(zathura_document_t* document, unsigned int page)
while
(
!
ddjvu_page_decoding_done
(
document_page
->
data
));
document_page
->
width
=
ddjvu_page_get_width
(
document_page
->
data
);
document_page
->
height
=
ddjvu_page_get_
width
(
document_page
->
data
);
document_page
->
height
=
ddjvu_page_get_
height
(
document_page
->
data
);
return
document_page
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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