Skip to content

Commit

Permalink
Added XFlush call to WindowImplX11::setMouseCursor
Browse files Browse the repository at this point in the history
  • Loading branch information
texus authored and eXpl0it3r committed Jul 22, 2020
1 parent 3557c46 commit 241b542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SFML/Window/Unix/WindowImplX11.cpp
Expand Up @@ -1112,6 +1112,7 @@ void WindowImplX11::setMouseCursor(const CursorImpl& cursor)
{
m_lastCursor = cursor.m_cursor;
XDefineCursor(m_display, m_window, m_lastCursor);
XFlush(m_display);
}


Expand Down

0 comments on commit 241b542

Please sign in to comment.