mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 13:36:00 +01:00
Add documentation
This commit is contained in:
parent
a58adcbdb1
commit
68da777920
1 changed files with 9 additions and 3 deletions
|
@ -107,7 +107,6 @@ GdkAtom* get_selection(zathura_t* zathura);
|
|||
double zathura_correct_zoom_value(girara_session_t* session, const double
|
||||
zoom);
|
||||
|
||||
|
||||
/**
|
||||
* Extracts the column the first page should be rendered in from the specified
|
||||
* list of settings corresponding to the specified pages per row
|
||||
|
@ -137,6 +136,13 @@ bool parse_color(GdkRGBA* color, const char* str);
|
|||
*/
|
||||
bool running_under_wsl(void);
|
||||
|
||||
#endif // UTILS_H
|
||||
|
||||
/**
|
||||
* Flatten list of overlapping rectangles.
|
||||
*
|
||||
* @param[in] rectangles A list of rectangles
|
||||
*
|
||||
* @return List of rectangles
|
||||
*/
|
||||
girara_list_t* flatten_rectangles(girara_list_t* rectangles);
|
||||
|
||||
#endif // UTILS_H
|
||||
|
|
Loading…
Reference in a new issue