mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 07:46:00 +01:00
Some debug output.
This commit is contained in:
parent
517acbd576
commit
5dfc28ddc2
1 changed files with 1 additions and 0 deletions
1
print.c
1
print.c
|
@ -94,6 +94,7 @@ cb_print_draw_page(GtkPrintOperation* UNUSED(print_operation), GtkPrintContext*
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
girara_debug("printing page %d ...", page_number);
|
||||||
render_lock(zathura->sync.render_thread);
|
render_lock(zathura->sync.render_thread);
|
||||||
zathura_page_render(page, cairo, true);
|
zathura_page_render(page, cairo, true);
|
||||||
render_unlock(zathura->sync.render_thread);
|
render_unlock(zathura->sync.render_thread);
|
||||||
|
|
Loading…
Reference in a new issue