linux: Changed two variables to be static.

Philipp Wiesemann 2017-04-09 23:00:42 +02:00
parent 37b49e6344
commit f6eb23a617
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ static char *input_ctx_path = NULL;
static SDL_Rect ibus_cursor_rect = { 0, 0, 0, 0 };
static DBusConnection *ibus_conn = NULL;
static char *ibus_addr_file = NULL;
int inotify_fd = -1, inotify_wd = -1;
static int inotify_fd = -1, inotify_wd = -1;
static Uint32
IBus_ModState(void)