|
|
@ -246,9 +246,6 @@ long _glfwKeySym2Unicode(KeySym keysym); |
|
|
|
// Clipboard handling
|
|
|
|
// Clipboard handling
|
|
|
|
Atom _glfwWriteSelection(XSelectionRequestEvent* request); |
|
|
|
Atom _glfwWriteSelection(XSelectionRequestEvent* request); |
|
|
|
|
|
|
|
|
|
|
|
// Event processing
|
|
|
|
|
|
|
|
void _glfwProcessPendingEvents(void); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Window support
|
|
|
|
// Window support
|
|
|
|
_GLFWwindow* _glfwFindWindowByHandle(Window handle); |
|
|
|
_GLFWwindow* _glfwFindWindowByHandle(Window handle); |
|
|
|
unsigned long _glfwGetWindowProperty(Window window, |
|
|
|
unsigned long _glfwGetWindowProperty(Window window, |
|
|
|