Procházet zdrojové kódy

[rcore]: fix string typo

pull/4459/head
evertonse před 1 rokem
rodič
revize
01a999cebe
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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 Zobrazit soubor

@ -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 Zobrazit soubor

@ -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)

Načítá se…
Zrušit
Uložit