X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=libchimara%2Fpager.c;h=e00daf97710c8f25e5ea4409e58618d3bd864291;hp=d6855420dd02288022ae9bf9808d4536b5b4697a;hb=cccf5a5fb76599e4c5dffaae34ec6bda6229f554;hpb=f9da0575598e6fd9ada633ccda68b0efabcc218d diff --git a/libchimara/pager.c b/libchimara/pager.c index d685542..e00daf9 100644 --- a/libchimara/pager.c +++ b/libchimara/pager.c @@ -30,8 +30,8 @@ move_pager_and_get_scroll_distance(GtkTextView *textview, gint *view_height, gin gtk_text_view_get_iter_location(textview, &newpager, &pagerpos); gtk_text_view_get_iter_location(textview, &end, &endpos); - g_printerr("View height = %d\n", visiblerect.height); - g_printerr("End - Pager = %d\n", endpos.y - pagerpos.y); + /*g_printerr("View height = %d\n", visiblerect.height); + g_printerr("End - Pager = %d\n", endpos.y - pagerpos.y);*/ *view_height = visiblerect.height; *scroll_distance = endpos.y - pagerpos.y;