From ee3e40c663e138473fffb9abc58214f6be130f03 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 12 Mar 2023 13:47:02 +0100 Subject: [PATCH] Update rcore.c --- src/rcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rcore.c b/src/rcore.c index f24ae012c..d6c8325ea 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -1717,7 +1717,7 @@ void *GetWindowHandle(void) // NOTE: Returned handle is: unsigned long Window (X.h) // typedef unsigned long XID; // typedef XID Window; - //unsigned long id = (unsigned long)glfwGetX11Window(window); + //unsigned long id = (unsigned long)glfwGetX11Window(CORE.Window.handle); //return NULL; // TODO: Find a way to return value... cast to void *? return (void *)CORE.Window.handle; #endif