mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Formatting.
This commit is contained in:
+2
-2
@@ -41,7 +41,7 @@
|
||||
// Set the clipboard contents
|
||||
//========================================================================
|
||||
|
||||
GLFWAPI void glfwSetClipboardData(void *data, size_t size, int format)
|
||||
GLFWAPI void glfwSetClipboardData(void* data, size_t size, int format)
|
||||
{
|
||||
if (!_glfwInitialized)
|
||||
{
|
||||
@@ -60,7 +60,7 @@ GLFWAPI void glfwSetClipboardData(void *data, size_t size, int format)
|
||||
// Return the current clipboard contents
|
||||
//========================================================================
|
||||
|
||||
GLFWAPI size_t glfwGetClipboardData(void *data, size_t size, int format)
|
||||
GLFWAPI size_t glfwGetClipboardData(void* data, size_t size, int format)
|
||||
{
|
||||
if (!_glfwInitialized)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user