Home
last modified time | relevance | path

Searched refs:cursorTheme (Results 1 – 3 of 3) sorted by relevance

/third_party/glfw/src/
Dwl_init.c610 _glfw.wl.cursorTheme = wl_cursor_theme_load(NULL, 32, _glfw.wl.shm); in _glfwPlatformInit()
611 if (!_glfw.wl.cursorTheme) in _glfwPlatformInit()
630 if (_glfw.wl.cursorTheme) in _glfwPlatformTerminate()
631 wl_cursor_theme_destroy(_glfw.wl.cursorTheme); in _glfwPlatformTerminate()
Dwl_platform.h124 struct wl_cursor_theme* cursorTheme; member
Dwl_window.c751 standardCursor = wl_cursor_theme_get_cursor(_glfw.wl.cursorTheme, in _glfwPlatformCreateStandardCursor()
899 defaultCursor = wl_cursor_theme_get_cursor(_glfw.wl.cursorTheme, in _glfwPlatformSetCursor()