Add some FIXMEs.

This commit is contained in:
Themaister 2014-01-03 20:23:35 +01:00
parent 76c7f13f8c
commit 53502bd066
2 changed files with 2 additions and 0 deletions

View File

@ -560,6 +560,7 @@ void gfx_ctx_destroy(void)
static void gfx_ctx_input_driver(const input_driver_t **input, void **input_data)
{
// FIXME: Rather than hardcode, the user should be able to set the input driver here.
#ifdef HAVE_UDEV
void *udev = input_udev.init();
*input = udev ? &input_udev : NULL;

View File

@ -337,6 +337,7 @@ static void gfx_ctx_destroy(void)
static void gfx_ctx_input_driver(const input_driver_t **input, void **input_data)
{
// FIXME: Rather than hardcode, the user should be able to set the input driver here.
#ifdef HAVE_UDEV
void *udev = input_udev.init();
*input = udev ? &input_udev : NULL;