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 ////// //////////////////////////////////////////////////////////////////////////