diff options
author | Mihai Moldovan <[email protected]> | 2023-07-28 20:24:57 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-08-17 21:50:32 +0200 |
commit | dc4a2863dd402b052edce27e441503751619b024 (patch) | |
tree | 0198eb4f600e24ce1b542962a0733762469f893f /src/themes/Motif | |
parent | 32bfada2fbbd0f6db140557addab977e4447c598 (diff) | |
download | marco-dc4a2863dd402b052edce27e441503751619b024.tar.bz2 marco-dc4a2863dd402b052edce27e441503751619b024.tar.xz |
ui/frames: check that compositing is not only requested, but also available.
Enabling code that is supposed to be used in compositing conditions is
harmful if compositing is not actually available. Just checking the
preference is not enough to make sure that compositing is available -
the X server might be missing crucial extensions for compositing to
work, which in turn correctly disables the internal compositor.
The end result is graphical issues like black borders around windows in
such situations.
Make sure that compositing is both requested AND available to fix this
bug.
Diffstat (limited to 'src/themes/Motif')
0 files changed, 0 insertions, 0 deletions