Home
last modified time | relevance | path

Searched refs:custom_cursor (Results 1 – 2 of 2) sorted by relevance

/third_party/glfw/src/
Dmir_window.c657 cursor->mir.custom_cursor = stream; in _glfwPlatformCreateCursor()
690 cursor->mir.custom_cursor = NULL; in _glfwPlatformCreateStandardCursor()
702 if (cursor->mir.custom_cursor) in _glfwPlatformDestroyCursor()
703 mir_buffer_stream_release_sync(cursor->mir.custom_cursor); in _glfwPlatformDestroyCursor()
711 if (cursor->mir.custom_cursor) in _glfwPlatformSetCursor()
713 mir_buffer_stream_swap_buffers_sync(cursor->mir.custom_cursor); in _glfwPlatformSetCursor()
Dmir_platform.h123 MirBufferStream* custom_cursor; member