mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
Unified X11 cursor creation.
This commit is contained in:
@@ -256,6 +256,8 @@ void _glfwHandleSelectionClear(XEvent* event);
|
||||
void _glfwHandleSelectionRequest(XEvent* event);
|
||||
void _glfwPushSelectionToManager(_GLFWwindow* window);
|
||||
|
||||
Cursor _glfwCreateCursor(const GLFWimage* image, int xhot, int yhot);
|
||||
|
||||
// Window support
|
||||
_GLFWwindow* _glfwFindWindowByHandle(Window handle);
|
||||
unsigned long _glfwGetWindowProperty(Window window,
|
||||
|
||||
Reference in New Issue
Block a user