mirror of
https://github.com/glfw/glfw.git
synced 2025-04-07 14:29:35 +00:00
Formatting.
This commit is contained in:
parent
e8ce4ab8e8
commit
48f4a591de
1 changed files with 2 additions and 2 deletions
|
@ -1458,8 +1458,8 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
|
|||
|
||||
if (window->x11.handle)
|
||||
{
|
||||
if (window->x11.handle ==
|
||||
XGetSelectionOwner(_glfw.x11.display, _glfw.x11.CLIPBOARD))
|
||||
if (XGetSelectionOwner(_glfw.x11.display, _glfw.x11.CLIPBOARD) ==
|
||||
window->x11.handle)
|
||||
{
|
||||
pushSelectionToManager(window);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue