瀏覽代碼

REVIEWED: `GetWindowHandle()` #2950

pull/2951/head
Ray 2 年之前
父節點
當前提交
d3f5bc4043
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c 查看文件

@ -1713,7 +1713,7 @@ void *GetWindowHandle(void)
// NOTE: Returned handle is: void *HWND (windows.h)
return glfwGetWin32Window(CORE.Window.handle);
#endif
#if defined(__linux__) && !defined(PLATFORM_DRM)
#if defined(PLATFORM_DESKTOP) && defined(__linux__)
// NOTE: Returned handle is: unsigned long Window (X.h)
// typedef unsigned long XID;
// typedef XID Window;

Loading…
取消
儲存