Preprocessor fix for HAVE_LIBGPM
This commit is contained in:
parent
8bc6edc018
commit
e570893e8d
|
@ -1064,9 +1064,11 @@ void FApplication::processMouseEvent()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
flush_out();
|
flush_out();
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBGPM
|
||||||
if ( gpm_mouse_enabled && gpm_ev.x != -1 )
|
if ( gpm_mouse_enabled && gpm_ev.x != -1 )
|
||||||
GPM_DRAWPOINTER(&gpm_ev);
|
GPM_DRAWPOINTER(&gpm_ev);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue