Initialize mouse_seen. (#461)

* Add Ian Remmler to AUTHORS.

* Explicitly initialize mouse_seen.
This commit is contained in:
Ian Remmler 2016-09-09 13:36:12 -05:00 committed by Dave Davenport
parent c200709838
commit 71f5f1ac54
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Georgios Bitzes
Greg Fitzgerald
Guy Hughes
Hexchain Tong
Ian Remmler
James Vaughan
Jason Pleau
Jasper Lievisse Adriaanse

View File

@ -1670,6 +1670,7 @@ RofiViewState *rofi_view_create ( Mode *sw,
state->border = config.padding + config.menu_bw;
state->x11_event_loop = rofi_view_mainloop_iter;
state->finalize = finalize;
state->mouse_seen = FALSE;
// Request the lines to show.
state->num_lines = mode_get_num_entries ( sw );