GLFW: Add more standard cursor shapes

Also use an enum for the cursor shapes
This commit is contained in:
Kovid Goyal
2019-03-21 13:06:13 +05:30
parent 733158a2de
commit 5ab8a665be
10 changed files with 135 additions and 155 deletions

1
glfw/wl_platform.h vendored
View File

@@ -323,3 +323,4 @@ void _glfwAddOutputWayland(uint32_t name, uint32_t version);
void _glfwSetupWaylandDataDevice();
void _glfwSetupWaylandPrimarySelectionDevice();
void animateCursorImage(id_type timer_id, void *data);
struct wl_cursor* _glfwLoadCursor(GLFWCursorShape);