mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
e3c2ed0009
We force the redraw before mapping, in the hope that when a composited window manager maps the window it will have its contents ready; that is not going to work: the solution for this problem requires the implementation of a protocol for compositors, and not a hack. Moreover, painting before mapping will cause a paint with the wrong GL viewport size, which is the wrong thing to do on GLX.