mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-30 23:05:26 +01:00
CS
This commit is contained in:
parent
ea942228e7
commit
36cd8da61f
1 changed files with 7 additions and 4 deletions
|
@ -262,11 +262,14 @@ void cb_page_widget_image_selected(ZathuraPage* page, GdkPixbuf* pixbuf,
|
||||||
void cb_page_widget_scaled_button_release(ZathuraPage* page,
|
void cb_page_widget_scaled_button_release(ZathuraPage* page,
|
||||||
GdkEventButton* event, void* data);
|
GdkEventButton* event, void* data);
|
||||||
|
|
||||||
void
|
void cb_page_widget_link(ZathuraPage* page, void* data);
|
||||||
cb_page_widget_link(ZathuraPage* page, void* data);
|
|
||||||
|
|
||||||
void
|
void update_visible_pages(zathura_t* zathura);
|
||||||
update_visible_pages(zathura_t* zathura);
|
|
||||||
|
/**
|
||||||
|
* Update window icon from cairo surface.
|
||||||
|
*/
|
||||||
|
void cb_window_update_icon(ZathuraRenderRequest* request, cairo_surface_t* surface, void* data);
|
||||||
|
|
||||||
|
|
||||||
#endif // CALLBACKS_H
|
#endif // CALLBACKS_H
|
||||||
|
|
Loading…
Reference in a new issue