mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Formatting.
This commit is contained in:
@@ -765,8 +765,8 @@ static GLboolean createWindow(_GLFWwindow* window,
|
|||||||
|
|
||||||
// Find or create the protocol atom for window close notifications
|
// Find or create the protocol atom for window close notifications
|
||||||
window->X11.wmDeleteWindow = XInternAtom(_glfwLibrary.X11.display,
|
window->X11.wmDeleteWindow = XInternAtom(_glfwLibrary.X11.display,
|
||||||
"WM_DELETE_WINDOW",
|
"WM_DELETE_WINDOW",
|
||||||
False);
|
False);
|
||||||
|
|
||||||
// Declare the WM protocols we support
|
// Declare the WM protocols we support
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user