mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 12:15:59 +01:00
Update doc
This commit is contained in:
parent
c9f38a4df8
commit
3412f40093
1 changed files with 7 additions and 1 deletions
8
utils.h
8
utils.h
|
@ -114,6 +114,12 @@ page_calc_height_width(zathura_page_t* page, unsigned int* page_height, unsigned
|
|||
*/
|
||||
GtkWidget* zathura_page_get_widget(zathura_t* zathura, zathura_page_t* page);
|
||||
|
||||
void readjust_view_after_zooming(zathura_t *zathura, float old_zoom);
|
||||
/**
|
||||
* Re-adjust view
|
||||
*
|
||||
* @param zathura Zathura instance
|
||||
* @param old_zoom Old zoom value
|
||||
*/
|
||||
void readjust_view_after_zooming(zathura_t* zathura, float old_zoom);
|
||||
|
||||
#endif // UTILS_H
|
||||
|
|
Loading…
Reference in a new issue