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