From 1b264e8dd1d099ef8f1fba6497ae759177e96068 Mon Sep 17 00:00:00 2001 From: CrackedPixel <5776225+CrackedPixel@users.noreply.github.com> Date: Sun, 15 Mar 2026 14:27:06 -0500 Subject: [PATCH] fixed copy paste error in makefiles --- 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