Formatting.

This commit is contained in:
Camilla Berglund 2014-06-12 01:41:47 +02:00
parent 2f30d3e5a3
commit 20b7ac0518
3 changed files with 1 additions and 3 deletions

View File

@ -783,7 +783,6 @@ typedef void (* GLFWkeyfun)(GLFWwindow*,int,int,int,int);
*/ */
typedef void (* GLFWcharfun)(GLFWwindow*,unsigned int); typedef void (* GLFWcharfun)(GLFWwindow*,unsigned int);
/*! @brief The function signature for file drop callbacks. /*! @brief The function signature for file drop callbacks.
* *
* This is the function signature for file drop callbacks. * This is the function signature for file drop callbacks.

View File

@ -577,7 +577,6 @@ static void leaveFullscreenMode(_GLFWwindow* window)
} }
} }
// Process the specified X event // Process the specified X event
// //
static void processEvent(XEvent *event) static void processEvent(XEvent *event)