Utility: Fixes compilation
This commit is contained in:
parent
59e0c1af29
commit
15de1214cb
|
|
@ -251,7 +251,7 @@ namespace Nz
|
||||||
if (m_window && m_ownsWindow)
|
if (m_window && m_ownsWindow)
|
||||||
{
|
{
|
||||||
// Unhide the mouse cursor (in case it was hidden)
|
// Unhide the mouse cursor (in case it was hidden)
|
||||||
SetCursor(SystemCursor_Default);
|
SetCursor(*Cursor::Get(SystemCursor_Default));
|
||||||
|
|
||||||
if (!X11::CheckCookie(
|
if (!X11::CheckCookie(
|
||||||
connection,
|
connection,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue