From 26f329a5e7a33689f91619ce396f0cb2e86d25f7 Mon Sep 17 00:00:00 2001 From: Thomas Anderson <5776225+CrackedPixel@users.noreply.github.com> Date: Sun, 15 Mar 2026 14:40:26 -0500 Subject: [PATCH] fixed copy paste error in makefiles (#5660) --- examples/Makefile | 2 +- src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile b/examples/Makefile index 899d040e3..5ae40af6f 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -95,7 +95,7 @@ USE_EXTERNAL_GLFW ?= FALSE GLFW_LINUX_ENABLE_WAYLAND ?= FALSE GLFW_LINUX_ENABLE_X11 ?= TRUE -# Enable support for X11 by default on Linux when using GLFW +# Enable support for X11 by default on Linux when using RGFW # NOTE: Wayland is disabled by default, only enable if you are sure RGFW_LINUX_ENABLE_WAYLAND ?= FALSE RGFW_LINUX_ENABLE_X11 ?= TRUE diff --git a/src/Makefile b/src/Makefile index e53514701..9826ddf8e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -122,7 +122,7 @@ USE_EXTERNAL_GLFW ?= FALSE GLFW_LINUX_ENABLE_WAYLAND ?= FALSE GLFW_LINUX_ENABLE_X11 ?= TRUE -# Enable support for X11 by default on Linux when using GLFW +# Enable support for X11 by default on Linux when using RGFW # NOTE: Wayland is disabled by default, only enable if you are sure RGFW_LINUX_ENABLE_WAYLAND ?= FALSE RGFW_LINUX_ENABLE_X11 ?= TRUE