Searched refs:custom_cursor (Results 1 – 2 of 2) sorted by relevance
657 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()
123 MirBufferStream* custom_cursor; member