From b29a84f912fa0d205301fbf1b4a7c1eab3e56767 Mon Sep 17 00:00:00 2001 From: M374LX Date: Sun, 25 Feb 2024 15:33:28 -0300 Subject: [PATCH] Update rglfw.c --- src/rglfw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rglfw.c b/src/rglfw.c index ad6ce442a..446b6fbc5 100644 --- a/src/rglfw.c +++ b/src/rglfw.c @@ -34,8 +34,8 @@ // _GLFW_X11 to use the X Window System // _GLFW_WAYLAND to use the Wayland API (experimental and incomplete) // _GLFW_COCOA to use the Cocoa frameworks -// _GLFW_OSMESA to use the OSMesa API (headless and non-interactive) -// _GLFW_MIR experimental, not supported at this moment +// +// _GLFW_WAYLAND and _GLFW_X11 may be combined //---------------------------------------------------------------------------------- // Feature Test Macros required for this module