mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-10 18:34:21 +02:00
fix small ClipboardPush error that shouldn't ever happen
This commit is contained in:
@@ -100,7 +100,7 @@ void ClipboardPush(std::string text)
|
|||||||
XFlush(sdl_wminfo.info.x11.display);
|
XFlush(sdl_wminfo.info.x11.display);
|
||||||
sdl_wminfo.info.x11.unlock_func();
|
sdl_wminfo.info.x11.unlock_func();
|
||||||
#else
|
#else
|
||||||
printf("Not implemented: put text on clipboard \"%s\"\n", text);
|
printf("Not implemented: put text on clipboard \"%s\"\n", text.c_str());
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user