Skip to content

textlayout: Avoid some iter comparisons

Matthias Clasen requested to merge text-layout-speedup into master

We were doing more iter comparisons than necessary in the inner loop of gtk_text_layout_snapshot(), in the presence of a selection.

Merge request reports