mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
LP:1477285 Bug fixed, remove FIXME
This commit is contained in:
parent
ef80beab81
commit
593b5d3342
@ -709,11 +709,6 @@ void _glfwPlatformSetCursor(_GLFWwindow* window, _GLFWcursor* cursor)
|
||||
mir_wait_for(mir_surface_configure_cursor(window->mir.surface, cursor->mir.conf));
|
||||
if (cursor->mir.custom_cursor)
|
||||
{
|
||||
/* FIXME Bug https://bugs.launchpad.net/mir/+bug/1477285
|
||||
Requires a triple buffer swap to get the cursor buffer on top! (since mir is tripled buffered)
|
||||
*/
|
||||
mir_buffer_stream_swap_buffers_sync(cursor->mir.custom_cursor);
|
||||
mir_buffer_stream_swap_buffers_sync(cursor->mir.custom_cursor);
|
||||
mir_buffer_stream_swap_buffers_sync(cursor->mir.custom_cursor);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user