master
Camilla Löwy ago%!(EXTRA string=3 years)
parent bb9d699ae6
commit 7ce1f3e1cf
  1. 2
      src/wl_window.c

@ -1732,7 +1732,7 @@ const char* _glfwGetClipboardStringWayland(void)
// XXX: this is a huge hack, this function shouldn’t be synchronous!
handleEvents(NULL);
while (1)
for (;;)
{
// Grow the clipboard if we need to paste something bigger, there is no
// shrink operation yet.

Loading…
Cancel
Save