Preprocessor fix for HAVE_LIBGPM

This commit is contained in:
Markus Gans 2015-08-10 00:18:36 +02:00
parent 8bc6edc018
commit e570893e8d
1 changed files with 3 additions and 1 deletions

View File

@ -1064,9 +1064,11 @@ void FApplication::processMouseEvent()
}
}
flush_out();
#ifdef HAVE_LIBGPM
if ( gpm_mouse_enabled && gpm_ev.x != -1 )
GPM_DRAWPOINTER(&gpm_ev);
#endif
}
//----------------------------------------------------------------------