Update rcore_desktop_glfw.c

This commit is contained in:
Ray
2026-06-15 23:19:27 +02:00
parent 8713741782
commit 4d2b1d51e4
+1 -1
View File
@@ -1078,7 +1078,7 @@ Image GetClipboardImage(void)
XID window = glfwGetX11Window(platform.handle);
// Lazy-load X11 atoms
if(clipboard == 0)
if (clipboard == 0)
{
clipboard = XInternAtom(display, "CLIPBOARD", False);
targetType = XInternAtom(display, "image/png", False);