REVIEWED: GetWindowHandle()
#2938
This commit is contained in:
parent
6897b43599
commit
1611cd54e7
1 changed files with 2 additions and 1 deletions
|
@ -1718,7 +1718,8 @@ void *GetWindowHandle(void)
|
|||
// typedef unsigned long XID;
|
||||
// typedef XID Window;
|
||||
//unsigned long id = (unsigned long)glfwGetX11Window(window);
|
||||
return NULL; // TODO: Find a way to return value... cast to void *?
|
||||
//return NULL; // TODO: Find a way to return value... cast to void *?
|
||||
return (void *)CORE.Window.handle;
|
||||
#endif
|
||||
#if defined(__APPLE__)
|
||||
// NOTE: Returned handle is: (objc_object *)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue