GNOME Bugzilla – Bug 632197
st-drawing-area: Avoid unnecessary repaints
Last modified: 2010-10-15 10:34:45 UTC
Make BoxPointer snappy again - see attached patch.
Created attachment 172409 [details] [review] st-drawing-area: Avoid unnecessary repaints StDrawingArea uses the member variable needs_repaint to keep track of whether it needs repainting. The variable is set to TRUE correctly, e.g. on allocation or style changes - alas, it is never set to FALSE, resulting in the area being repainted continuously.
Review of attachment 172409 [details] [review]: Makes sense.
Attachment 172409 [details] pushed as 42c7366 - st-drawing-area: Avoid unnecessary repaints