From: Mikko Rasa Date: Sun, 13 Dec 2015 12:27:12 +0000 (+0200) Subject: Clear damage before rendering the window X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=19993ceafcc8e63da2f4cbfed71324434b5dfacc;hp=19993ceafcc8e63da2f4cbfed71324434b5dfacc;p=geometrycompositor.git Clear damage before rendering the window This avoids a race condition where the application might render to the window after it has been rendered but before the damage is cleared. ---