Skip to content

Be more precise in what gets redrawn

Brian Tarricone requested to merge kelnos/xfdesktop:less-redraw into master

There are far too many instances of gtk_widget_queue_draw() all over, I suspect to paper over redraw issues. Removing all of these (and replacing them with individual or all icon invalidation) should be fine to do. There's still the possibility that some areas won't get invalidated when they need to be, but they should be fixed when found. The only time we should _queue_draw() is when the backdrop changes.

Closes #284 (closed).

Merge request reports