1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-31 03:18:50 -05:00

Formatting.

This commit is contained in:
Camilla Berglund 2012-04-09 18:00:07 +02:00
parent ad18589c6c
commit ab40dab235
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* string)
{ {
} }
//======================================================================== //========================================================================
// Return the current clipboard contents // Return the current clipboard contents
//======================================================================== //========================================================================

View File

@ -89,6 +89,7 @@ void _glfwPlatformSetClipboardString(_GLFWwindow* window, const char* string)
free(wideString); free(wideString);
} }
//======================================================================== //========================================================================
// Return the current clipboard contents // Return the current clipboard contents
//======================================================================== //========================================================================