瀏覽代碼

[rcore]: fix string typo

pull/4459/head
evertonse 1 年之前
父節點
當前提交
01a999cebe
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      src/platforms/rcore_desktop_glfw.c
  2. +1
    -1
      src/platforms/rcore_desktop_rgfw.c

+ 1
- 1
src/platforms/rcore_desktop_glfw.c 查看文件

@ -979,7 +979,7 @@ Image GetClipboardImage(void)
int width, height;
fileData = (void*)Win32GetClipboardImageData(&width, &height, &dataSize);
#else
TRACELOG(LOG_WARNING, "Clipboard image: PLATFORM_GLFW doesn't implement `GetClipboardImage` for this OS");
TRACELOG(LOG_WARNING, "Clipboard image: PLATFORM_DESKTOP_GLFW doesn't implement `GetClipboardImage` for this OS");
#endif
if (fileData == NULL)

+ 1
- 1
src/platforms/rcore_desktop_rgfw.c 查看文件

@ -686,7 +686,7 @@ Image GetClipboardImage(void)
int width, height;
fileData = (void*)Win32GetClipboardImageData(&width, &height, &dataSize);
#else
TRACELOG(LOG_WARNING, "Clipboard image: PLATFORM_GLFW doesn't implement `GetClipboardImage` for this OS");
TRACELOG(LOG_WARNING, "Clipboard image: PLATFORM_DESKTOP_RGFW doesn't implement `GetClipboardImage` for this OS");
#endif
if (fileData == NULL)

Loading…
取消
儲存