From 20b7ac0518fef8adc7618b64dce73efc2150be17 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 12 Jun 2014 01:41:47 +0200 Subject: [PATCH] Formatting. --- CMakeLists.txt | 2 +- include/GLFW/glfw3.h | 1 - src/x11_window.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d5c7254..3c1d8e92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -445,7 +445,7 @@ configure_file(${GLFW_SOURCE_DIR}/src/glfwConfigVersion.cmake.in ${GLFW_BINARY_DIR}/src/glfwConfigVersion.cmake @ONLY) configure_file(${GLFW_SOURCE_DIR}/src/glfw3.pc.in - ${GLFW_BINARY_DIR}/src/glfw3.pc @ONLY) + ${GLFW_BINARY_DIR}/src/glfw3.pc @ONLY) #-------------------------------------------------------------------- # Add subdirectories diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 0c234d9d..620897fa 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -783,7 +783,6 @@ typedef void (* GLFWkeyfun)(GLFWwindow*,int,int,int,int); */ typedef void (* GLFWcharfun)(GLFWwindow*,unsigned int); - /*! @brief The function signature for file drop callbacks. * * This is the function signature for file drop callbacks. diff --git a/src/x11_window.c b/src/x11_window.c index 09d5fbd7..9f02246e 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -577,7 +577,6 @@ static void leaveFullscreenMode(_GLFWwindow* window) } } - // Process the specified X event // static void processEvent(XEvent *event)