server/inputs_channel: initialize inputs_channel to NULL

This commit is contained in:
Alon Levy 2010-11-03 01:05:37 +02:00
parent 5e13eea73c
commit 86a4a0780d

View File

@ -82,7 +82,7 @@ static SpiceTabletInstance *tablet = NULL;
static SpiceTimer *key_modifiers_timer;
static InputsChannel *inputs_channel;
static InputsChannel *inputs_channel = NULL;
#define KEY_MODIFIERS_TTL (1000 * 2) /*2sec*/