glfw/docs
Camilla Löwy ef6c9d8b4f Wayland: Fix window opacity on older systems
On systems lacking the EGL_EXT_present_opaque extension, some
compositors treat any buffer with an alpha channel as per-pixel
transparent.

This commit ignores any EGLConfig with an alpha channel if the extension
is missing and the window is created with GLFW_TRANSPARENT_FRAMEBUFFER
set to false.

This is technically not a breaking change since GLFW_ALPHA_BITS is not
a hard constraint, but it is still going to inconvenience anyone using
the framebuffer alpa channel to store other kinds of data.

Related to #1895
2022-08-01 19:19:51 +02:00
..
build.dox Fix typos and other issues in docs 2022-07-28 15:56:18 +02:00
CMakeLists.txt Add HTML header and footer to docs dependencies 2021-08-26 17:49:54 +02:00
compat.dox Fix typos and other issues in docs 2022-07-28 15:56:18 +02:00
compile.dox Fix typos and other issues in docs 2022-07-28 15:56:18 +02:00
context.dox Fix typos and other issues in docs 2022-07-28 15:56:18 +02:00
CONTRIBUTING.md Fix typos in docs 2022-07-11 20:52:43 +02:00
Doxyfile.in Remove Doxyfile tag deprecated by Doxygen 1.9.3 2022-02-02 21:49:06 +01:00
DoxygenLayout.xml Add tutorial to Doxygen menu 2018-11-05 19:04:27 +01:00
extra.css Improve headings and TOC layout in Doxygen docs 2021-10-25 23:38:41 +02:00
extra.css.map Improve headings and TOC layout in Doxygen docs 2021-10-25 23:38:41 +02:00
extra.scss Improve headings and TOC layout in Doxygen docs 2021-10-25 23:38:41 +02:00
footer.html Removed invisible element. 2013-09-21 15:18:49 +04:30
header.html Improve docs scaling on mobile and small screens 2020-09-02 21:50:57 +02:00
input.dox Fix typos and other issues in docs 2022-07-28 15:56:18 +02:00
internal.dox Add runtime platform selection 2021-10-13 21:47:11 +02:00
intro.dox Fix typos and other issues in docs 2022-07-28 15:56:18 +02:00
main.dox Start 3.4 2019-04-16 23:08:39 +02:00
monitor.dox Fix typos and other issues in docs 2022-07-28 15:56:18 +02:00
moving.dox Fix typos and other issues in docs 2022-07-28 15:56:18 +02:00
news.dox Wayland: Fix window opacity on older systems 2022-08-01 19:19:51 +02:00
quick.dox Fix typos and other issues in docs 2022-07-28 15:56:18 +02:00
spaces.svg Cleanup 2019-01-25 12:46:46 +01:00
SUPPORT.md Fix some documentation URLs still using http: 2021-06-14 19:50:32 +02:00
vulkan.dox Fix typos and other issues in docs 2022-07-28 15:56:18 +02:00
window.dox Add window hints for initial position 2022-07-29 11:50:13 +02:00