From 2ad5764f0627b6a949ac7e69f21f177a5d58db0b Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 29 Mar 2012 13:44:55 +0200 Subject: [PATCH] Formatting. --- tests/clipboard.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/clipboard.c b/tests/clipboard.c index 0065e0a6..1960d6ec 100644 --- a/tests/clipboard.c +++ b/tests/clipboard.c @@ -55,6 +55,7 @@ static void key_callback(GLFWwindow window, int key, int action) case GLFW_KEY_ESCAPE: glfwCloseWindow(window); break; + case GLFW_KEY_V: if (control_is_down(window)) { @@ -70,6 +71,7 @@ static void key_callback(GLFWwindow window, int key, int action) printf("[%lu]: %s\n", (unsigned long) size, buffer); } break; + case GLFW_KEY_C: if (control_is_down(window)) {