From 9ecd1ce52c03d737b8b0ea2e4ae263dbc8afacbf Mon Sep 17 00:00:00 2001 From: ColleagueRiley Date: Fri, 29 Nov 2024 20:00:21 -0500 Subject: [PATCH] update RGFW --- src/external/RGFW.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/external/RGFW.h b/src/external/RGFW.h index c9f1162f5..de370cf56 100644 --- a/src/external/RGFW.h +++ b/src/external/RGFW.h @@ -1155,8 +1155,8 @@ typedef RGFW_ENUM(u8, RGFW_mouseIcons) { /* Example to get you started : -linux : gcc main.c -lX11 -lXcursor -lGL -windows : gcc main.c -lopengl32 -lshell32 -lgdi32 +linux : gcc main.c -lX11 -lXrandr -lGL +windows : gcc main.c -lopengl32 -lwinmm -lshell32 -lgdi32 macos : gcc main.c -framework Foundation -framework AppKit -framework OpenGL -framework CoreVideo #define RGFW_IMPLEMENTATION @@ -1203,7 +1203,7 @@ int main() { windows: gcc -shared RGFW.o -lwinmm -lopengl32 -lshell32 -lgdi32 -o RGFW.dll linux: - gcc -shared RGFW.o -lX11 -lXcursor -lGL -lXrandr -o RGFW.so + gcc -shared RGFW.o -lX11 -lGL -lXrandr -o RGFW.so macos: gcc -shared RGFW.o -framework Foundation -framework AppKit -framework OpenGL -framework CoreVideo */