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
5dfc28dd
Commit
5dfc28dd
authored
Jun 03, 2012
by
Sebastian Ramacher
Browse files
Some debug output.
parent
517acbd5
Changes
1
Hide whitespace changes
Inline
Side-by-side
print.c
View file @
5dfc28dd
...
...
@@ -94,6 +94,7 @@ cb_print_draw_page(GtkPrintOperation* UNUSED(print_operation), GtkPrintContext*
return
;
}
girara_debug
(
"printing page %d ..."
,
page_number
);
render_lock
(
zathura
->
sync
.
render_thread
);
zathura_page_render
(
page
,
cairo
,
true
);
render_unlock
(
zathura
->
sync
.
render_thread
);
...
...
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