Add some FIXMEs.
This commit is contained in:
parent
76c7f13f8c
commit
53502bd066
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue