mirror of
https://github.com/glfw/glfw.git
synced 2024-11-25 06:04:34 +00:00
parent
b0af476799
commit
499a5a7917
@ -1866,7 +1866,7 @@ const char* _glfwPlatformGetClipboardString(void)
|
|||||||
// XXX: this is a huge hack, this function shouldn’t be synchronous!
|
// XXX: this is a huge hack, this function shouldn’t be synchronous!
|
||||||
handleEvents(NULL);
|
handleEvents(NULL);
|
||||||
|
|
||||||
while (1)
|
for (;;)
|
||||||
{
|
{
|
||||||
// Grow the clipboard if we need to paste something bigger, there is no
|
// Grow the clipboard if we need to paste something bigger, there is no
|
||||||
// shrink operation yet.
|
// shrink operation yet.
|
||||||
|
Loading…
Reference in New Issue
Block a user