mirror of
https://github.com/lbonn/rofi
synced 2024-11-26 13:50:27 +00:00
[Wayland] Fix last missing non-strict prototype
This commit is contained in:
parent
2a8380f260
commit
217d6c46d4
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ int monitor_active(workarea *mon) { return proxy->monitor_active(mon); }
|
|||
|
||||
void display_set_input_focus(guint w) { proxy->set_input_focus(w); }
|
||||
|
||||
void display_revert_input_focus() { proxy->revert_input_focus(); }
|
||||
void display_revert_input_focus(void) { proxy->revert_input_focus(); }
|
||||
|
||||
gboolean display_setup(GMainLoop *main_loop, NkBindings *bindings) {
|
||||
return proxy->setup(main_loop, bindings);
|
||||
|
|
Loading…
Reference in a new issue