X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-view-private.h;h=a3655072f576d140ba126d36e76eada3c1479ed2;hb=9d326495cf086eb5b826f83684b76fd9cb029950;hp=57eea303bad316c4ced4cbb8c5337b723e3d7738;hpb=9d70081e79a63d1189d2497dbafaac3c48b1a581;p=evince.git diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h index 57eea303..a3655072 100644 --- a/libview/ev-view-private.h +++ b/libview/ev-view-private.h @@ -185,6 +185,8 @@ struct _EvView { GList *window_children; EvViewWindowChild *window_child_focus; EvMapping *focus_annotation; + gboolean adding_annot; + EvAnnotationType adding_annot_type; /* Synctex */ EvMapping *synctex_result; @@ -208,6 +210,8 @@ struct _EvViewClass { void (*selection_changed) (EvView *view); void (*sync_source) (EvView *view, EvSourceLink *link); + void (*annot_added) (EvView *view, + EvAnnotation *annot); }; void _get_page_size_for_scale_and_rotation (EvDocument *document,