mirror of
https://github.com/glfw/glfw.git
synced 2025-04-13 08:43:01 +00:00
Formatting.
This commit is contained in:
parent
bbdcb35dbb
commit
3a52251bbd
1 changed files with 2 additions and 2 deletions
|
@ -765,8 +765,8 @@ static GLboolean createWindow(_GLFWwindow* window,
|
|||
|
||||
// Find or create the protocol atom for window close notifications
|
||||
window->X11.wmDeleteWindow = XInternAtom(_glfwLibrary.X11.display,
|
||||
"WM_DELETE_WINDOW",
|
||||
False);
|
||||
"WM_DELETE_WINDOW",
|
||||
False);
|
||||
|
||||
// Declare the WM protocols we support
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue