mirror of
https://github.com/gwm17/glfw.git
synced 2025-01-30 19:08:51 -05:00
Formatting.
This commit is contained in:
parent
e8ce4ab8e8
commit
48f4a591de
|
@ -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…
Reference in New Issue
Block a user