From e4d1c191b0ba3faa1e8f1ada56eda7220b3899da Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 14 Apr 2023 16:43:48 +0100 Subject: [PATCH] GLFW 3.4 adds run-time platform detection --- Running-programs-natively-under-Wayland.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index 31623d3..c897481 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -74,6 +74,8 @@ flatpak [--user] override --socket=wayland [your-app] Wayland needs to be selected at compile-time. Arch users can install `glfw-wayland`. +GLFW >= 3.4 (not released yet) adds the ability to support both x11 and wayland and automatically detect & select one at run-time. + ## Java under Xwayland Some Java AWT applications will not display properly unless you set the following.