X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fpager.h;h=9bcbb6344c6ec22d466cead72f935972016b9197;hb=cdb84c7c776f214f41ba1a509efb2494e7ed1baf;hp=87d0a4312dd6e0b300d3e34029d2068f394e12d9;hpb=1e727a966a422cb93f983768bc1a007011db1ad9;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/pager.h b/libchimara/pager.h index 87d0a43..9bcbb63 100644 --- a/libchimara/pager.h +++ b/libchimara/pager.h @@ -5,9 +5,10 @@ #include "glk.h" #include "window.h" -G_GNUC_INTERNAL gboolean pager_on_expose(GtkTextView *textview, GdkEventExpose *event, winid_t win); +G_GNUC_INTERNAL gboolean pager_on_draw(GtkTextView *textview, cairo_t *cr, winid_t win); G_GNUC_INTERNAL gboolean pager_on_key_press_event(GtkTextView *textview, GdkEventKey *event, winid_t win); -G_GNUC_INTERNAL void pager_after_size_allocate(GtkTextView *view, GtkAllocation *allocation, winid_t win); G_GNUC_INTERNAL void pager_after_adjustment_changed(GtkAdjustment *adj, winid_t win); +G_GNUC_INTERNAL void pager_after_size_allocate(GtkTextView *textview, GdkRectangle *allocation, winid_t win); +G_GNUC_INTERNAL void pager_update(winid_t win); #endif