glfw/docs
Camilla Löwy 2590d4cdd4 Wayland: Enable platform by default
This changes the default platform for Unix-like systems (other than
macOS) from only X11 to Wayland and X11.  It also removes the backward
compatibility with the older GLFW_USE_WAYLAND CMake option.

If a bisect took you here because your build broke, hello, sorry, set
the GLFW_BUILD_WAYLAND or GLFW_BUILD_X11 CMake option to disable the
associated platform.

This can be done when configuring GLFW with CMake, from a higher-level
CMakeLists.txt if GLFW is part of your project, or at any point after
configuration by updating the CMake cache with the command-line tool or
the GUI.

The next step is to make Wayland the run-time default when enabled, but
that will hopefully not break any builds.

Related to #2439
2024-01-30 20:20:42 +01: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 Wayland: Remove dependency on wayland-protocols 2024-01-13 22:13:56 +01:00
compile.dox Wayland: Enable platform by default 2024-01-30 20:20:42 +01:00
context.dox Fix unneccessary use of "must" 2023-11-16 20:49:23 +01:00
CONTRIBUTING.md Clarify documentation for contributing 2023-12-24 12:23:23 +00:00
Doxyfile.in Update Doxyfile template for Doxygen 1.9.7 2023-11-16 20:49:23 +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 Improve documentation relating to key tokens 2023-12-05 19:10:06 +01:00
internal.dox Add runtime platform selection 2021-10-13 21:47:11 +02:00
intro.dox Wayland: Add initial support for libdecor 2023-03-27 22:03:36 +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 Fix missing new constant in release notes 2023-12-05 18:36:54 +01: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 Document X11 WM_CLASS hint behavior 2022-09-15 22:25:10 +02:00