From bf4d8aec5425501b11dcbd293fc6b8684b7264b9 Mon Sep 17 00:00:00 2001 From: Daijiro Fukuda Date: Tue, 24 May 2022 12:35:48 +0900 Subject: [PATCH] Remove needless diffs --- src/cocoa_window.m | 1 + src/internal.h | 1 + src/x11_window.c | 1 + 3 files changed, 3 insertions(+) diff --git a/src/cocoa_window.m b/src/cocoa_window.m index 2abf75791..43f811775 100644 --- a/src/cocoa_window.m +++ b/src/cocoa_window.m @@ -2100,6 +2100,7 @@ VkResult _glfwCreateWindowSurfaceCocoa(VkInstance instance, } // autoreleasepool } + ////////////////////////////////////////////////////////////////////////// ////// GLFW native API ////// ////////////////////////////////////////////////////////////////////////// diff --git a/src/internal.h b/src/internal.h index f5d5043ae..ff4c4f78e 100644 --- a/src/internal.h +++ b/src/internal.h @@ -958,6 +958,7 @@ void _glfwInputError(int code, const char* format, ...) void _glfwInputError(int code, const char* format, ...); #endif + ////////////////////////////////////////////////////////////////////////// ////// GLFW internal API ////// ////////////////////////////////////////////////////////////////////////// diff --git a/src/x11_window.c b/src/x11_window.c index ea8c9fa65..543e0458b 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -3530,6 +3530,7 @@ VkResult _glfwCreateWindowSurfaceX11(VkInstance instance, } } + ////////////////////////////////////////////////////////////////////////// ////// GLFW native API ////// //////////////////////////////////////////////////////////////////////////