mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Initialize mouse_seen. (#461)
* Add Ian Remmler to AUTHORS. * Explicitly initialize mouse_seen.
This commit is contained in:
parent
c200709838
commit
71f5f1ac54
2 changed files with 2 additions and 0 deletions
1
AUTHORS
1
AUTHORS
|
@ -16,6 +16,7 @@ Georgios Bitzes
|
||||||
Greg Fitzgerald
|
Greg Fitzgerald
|
||||||
Guy Hughes
|
Guy Hughes
|
||||||
Hexchain Tong
|
Hexchain Tong
|
||||||
|
Ian Remmler
|
||||||
James Vaughan
|
James Vaughan
|
||||||
Jason Pleau
|
Jason Pleau
|
||||||
Jasper Lievisse Adriaanse
|
Jasper Lievisse Adriaanse
|
||||||
|
|
|
@ -1670,6 +1670,7 @@ RofiViewState *rofi_view_create ( Mode *sw,
|
||||||
state->border = config.padding + config.menu_bw;
|
state->border = config.padding + config.menu_bw;
|
||||||
state->x11_event_loop = rofi_view_mainloop_iter;
|
state->x11_event_loop = rofi_view_mainloop_iter;
|
||||||
state->finalize = finalize;
|
state->finalize = finalize;
|
||||||
|
state->mouse_seen = FALSE;
|
||||||
|
|
||||||
// Request the lines to show.
|
// Request the lines to show.
|
||||||
state->num_lines = mode_get_num_entries ( sw );
|
state->num_lines = mode_get_num_entries ( sw );
|
||||||
|
|
Loading…
Reference in a new issue