Fix compiler warnings.
This commit is contained in:
@ -151,7 +151,7 @@ eekboard_context_real_destroyed (EekboardContext *self)
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
eekboard_context_real_key_activated (EekboardContext *self,
|
eekboard_context_real_key_activated (EekboardContext *self,
|
||||||
const gchar *keyname,
|
guint keycode,
|
||||||
EekSymbol *symbol,
|
EekSymbol *symbol,
|
||||||
guint modifiers)
|
guint modifiers)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -37,7 +37,9 @@ static gboolean opt_session = FALSE;
|
|||||||
static gchar *opt_address = NULL;
|
static gchar *opt_address = NULL;
|
||||||
|
|
||||||
static gboolean opt_focus = FALSE;
|
static gboolean opt_focus = FALSE;
|
||||||
|
#ifdef HAVE_ATSPI
|
||||||
static gboolean opt_keystroke = FALSE;
|
static gboolean opt_keystroke = FALSE;
|
||||||
|
#endif /* HAVE_ATSPI */
|
||||||
|
|
||||||
static gchar *opt_keyboards = NULL;
|
static gchar *opt_keyboards = NULL;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user