Jean-Marc Lasgouttes 1def11d296 Add lyxrc option to force the use of backing store
LyX relies on a a backing store to draw when running under macOS or
Wayland, because Qt arbitrarily overwrites parts of the workarea
before we paint (and we paint only the parts that need to be painted).
However it seems that this is also necessary on X11 when the WM theme
is translucid. Since there is no way that I know of to detect this
situation, this patch adds a LyXRC setting to manually select this
drawing strategy.

Note that using a backing store is not always a good solution, since
this disables subpixel aliasing.

At this point there is no UI for the variable.

Fixes bug #12119

(cherry picked from commit c213eb7f75d53165f55e64f0149fec833e5b5b5e)
(cherry picked from commit 1ed9257c6dc57fc11990b86d5774ac9a8e70cfa6)
2022-01-13 17:24:28 +01:00
..
2020-01-27 11:13:05 +01:00
2020-12-07 22:48:27 +01:00
2020-09-03 20:42:05 +02:00
2011-04-02 11:00:19 +00:00
2020-05-18 22:27:56 +02:00
2011-02-21 19:56:43 +00:00
2020-09-03 23:19:25 +02:00
2020-01-27 08:29:12 +01:00
2020-12-01 07:29:36 +01:00
2019-06-27 23:53:03 +02:00
2019-07-25 00:05:39 -04:00
2019-08-27 17:35:54 +02:00