Fix win32_show_cursor

This commit is contained in:
twinaphex 2015-04-11 07:10:35 +02:00
parent 184fe19a79
commit b31fd31793

View File

@ -219,7 +219,7 @@ bool win32_get_metrics(void *data,
void win32_show_cursor(bool state)
{
#ifdef HAVE_WINDOW
#ifndef _XBOX
if (state)
while (ShowCursor(TRUE) < 0);
else