From 6a58cbb869d29047dbca1f8c295e6e2a3d15b973 Mon Sep 17 00:00:00 2001 From: M374LX Date: Sun, 25 Feb 2024 17:51:59 -0300 Subject: [PATCH] Update rglfw.c --- src/rglfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rglfw.c b/src/rglfw.c index 446b6fbc5..5c2720b15 100644 --- a/src/rglfw.c +++ b/src/rglfw.c @@ -35,7 +35,7 @@ // _GLFW_WAYLAND to use the Wayland API (experimental and incomplete) // _GLFW_COCOA to use the Cocoa frameworks // -// _GLFW_WAYLAND and _GLFW_X11 may be combined +// Note: GLFW's runtime platform selection is not supported at the moment //---------------------------------------------------------------------------------- // Feature Test Macros required for this module