]> git.lyx.org Git - lyx.git/commit
Use backing store also with wayland platform
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 13 Jul 2019 14:21:37 +0000 (16:21 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 7 Nov 2019 11:40:40 +0000 (12:40 +0100)
commitaaf96b30250e68b5e54320aa2477f627691835a7
treef13095345d2ef6c580f23cbd95eaa516e61b191c
parent69031bb2cea38735dac415e73518266a794b903a
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.

Fixes bug #11692.

(cherry picked from commit 575761c665229e70d9ce9b2bd941d01a1873b9f1)
src/frontends/qt4/GuiWorkArea.cpp
src/frontends/qt4/GuiWorkArea_Private.h
status.23x