Fix an overlooked x11 client case.

Signed-off-by: Jeremy White <jwhite@codeweavers.com>
This commit is contained in:
Jeremy White 2013-10-01 16:00:30 -05:00 committed by Christophe Fergeau
parent 6e92dcbbba
commit b634009bf0

View File

@ -357,7 +357,9 @@ inline void RedScreen::update_done()
}
layer->on_update_completion(_update_mark - 1);
}
#ifdef USE_OPENGL
_window.swap_gl();
#endif
}
inline void RedScreen::update_composit(QRegion& composit_rgn)