Remove needless diffs

This commit is contained in:
Daijiro Fukuda 2022-05-24 12:35:48 +09:00
parent c932274494
commit bf4d8aec54
3 changed files with 3 additions and 0 deletions

View File

@ -2100,6 +2100,7 @@ VkResult _glfwCreateWindowSurfaceCocoa(VkInstance instance,
} // autoreleasepool } // autoreleasepool
} }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
////// GLFW native API ////// ////// GLFW native API //////
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

View File

@ -958,6 +958,7 @@ void _glfwInputError(int code, const char* format, ...)
void _glfwInputError(int code, const char* format, ...); void _glfwInputError(int code, const char* format, ...);
#endif #endif
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
////// GLFW internal API ////// ////// GLFW internal API //////
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

View File

@ -3530,6 +3530,7 @@ VkResult _glfwCreateWindowSurfaceX11(VkInstance instance,
} }
} }
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
////// GLFW native API ////// ////// GLFW native API //////
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////