Update rcore_desktop_glfw.c
This commit is contained in:
parent
8713741782
commit
4d2b1d51e4
|
|
@ -1078,7 +1078,7 @@ Image GetClipboardImage(void)
|
||||||
XID window = glfwGetX11Window(platform.handle);
|
XID window = glfwGetX11Window(platform.handle);
|
||||||
|
|
||||||
// Lazy-load X11 atoms
|
// Lazy-load X11 atoms
|
||||||
if(clipboard == 0)
|
if (clipboard == 0)
|
||||||
{
|
{
|
||||||
clipboard = XInternAtom(display, "CLIPBOARD", False);
|
clipboard = XInternAtom(display, "CLIPBOARD", False);
|
||||||
targetType = XInternAtom(display, "image/png", False);
|
targetType = XInternAtom(display, "image/png", False);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user