Le 13/07/2019 à 21:47, Stephan Witt a écrit :
Am 13.07.2019 um 16:46 schrieb Jean-Marc Lasgouttes <[email protected]>:
Le 13/07/2019 à 16:14, Jean-Marc Lasgouttes a écrit :
commit 575761c665229e70d9ce9b2bd941d01a1873b9f1
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Sat Jul 13 16:21:37 2019 +0200
Use backing store also with wayland platform
Like with macOS, the Wayland compositor seems to require a
backingstore when doing partial updates like we do.
This extends the mechanism that has been introduced for macOS. This
has to be done at run time, not compile time.
Stephan, Helge,
Could you confirm that macOS and Wayland work correctly after this commit?
I’ve built it with current checkout from master. I tried it with the users-guide
with normal and full-screen and cannot see any problem.
Is there any corner case to look for or should it be obvious?
If you do not see black recatangles, it works :) There is nothing very
complicated here, I just wanted to be sure that I did not break something.
JMarc