diff options
| author | Ray <[email protected]> | 2023-03-12 13:47:02 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-03-12 13:47:02 +0100 |
| commit | ee3e40c663e138473fffb9abc58214f6be130f03 (patch) | |
| tree | 832a89692b5a6b640896e3f52b344c02f460f478 /src | |
| parent | 4fd1e04e706bdf290377b7b29d2706fa5954afb1 (diff) | |
| download | raylib-ee3e40c663e138473fffb9abc58214f6be130f03.tar.gz raylib-ee3e40c663e138473fffb9abc58214f6be130f03.zip | |
Update rcore.c
Diffstat (limited to 'src')
| -rw-r--r-- | src/rcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c index f24ae012..d6c8325e 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 |
