|
@ -979,7 +979,7 @@ Image GetClipboardImage(void) |
|
|
int width, height; |
|
|
int width, height; |
|
|
fileData = (void*)Win32GetClipboardImageData(&width, &height, &dataSize); |
|
|
fileData = (void*)Win32GetClipboardImageData(&width, &height, &dataSize); |
|
|
#else |
|
|
#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 |
|
|
#endif |
|
|
|
|
|
|
|
|
if (fileData == NULL) |
|
|
if (fileData == NULL) |
|
|