Formatting.

master
Camilla Berglund ago%!(EXTRA string=11 years)
parent 2f30d3e5a3
commit 20b7ac0518
  1. 1
      include/GLFW/glfw3.h
  2. 1
      src/x11_window.c

@ -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.

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

Loading…
Cancel
Save