Merged clipboard code into input.

This commit is contained in:
Camilla Berglund
2014-09-09 16:26:57 +02:00
parent 66c3af7628
commit 8d170c7f47
13 changed files with 478 additions and 675 deletions
-5
View File
@@ -228,13 +228,8 @@ typedef struct _GLFWcursorX11
GLboolean _glfwSetVideoMode(_GLFWmonitor* monitor, const GLFWvidmode* desired);
void _glfwRestoreVideoMode(_GLFWmonitor* monitor);
void _glfwHandleSelectionClear(XEvent* event);
void _glfwHandleSelectionRequest(XEvent* event);
void _glfwPushSelectionToManager(_GLFWwindow* window);
Cursor _glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
_GLFWwindow* _glfwFindWindowByHandle(Window handle);
unsigned long _glfwGetWindowProperty(Window window,
Atom property,
Atom type,