X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fpager.h;h=04c92ec4cebf74994f885a5d41c4858bf7dfa3c8;hb=cdbfa9bd09edce895becafbbe777fbe5fa43decf;hp=7353b3fc87c66ad079cc18bfcf9a531a51c885e6;hpb=8b8b592abd23f01d0e083011b309c6f02f8183d5;p=projects%2Fchimara%2Fchimara.git diff --git a/libchimara/pager.h b/libchimara/pager.h index 7353b3f..04c92ec 100644 --- a/libchimara/pager.h +++ b/libchimara/pager.h @@ -10,7 +10,7 @@ G_GNUC_INTERNAL gboolean pager_on_key_press_event(GtkTextView *textview, GdkEven G_GNUC_INTERNAL void pager_after_adjustment_changed(GtkAdjustment *adj, winid_t win); G_GNUC_INTERNAL gboolean pager_check(gpointer data); G_GNUC_INTERNAL gboolean pager_after_expose_event(GtkTextView *textview, GdkEventExpose *event, winid_t win); - G_GNUC_INTERNAL void pager_after_size_request(GtkTextView *textview, GtkRequisition *requisition, winid_t win); +G_GNUC_INTERNAL void pager_update(winid_t win); #endif