mirror of
https://github.com/swaywm/sway.git
synced 2026-04-08 08:21:13 -04:00
Rename pointer_input::notify to indicate that is called on button clicks
This commit is contained in:
parent
a11277c88f
commit
250ddc66c6
3 changed files with 4 additions and 4 deletions
|
|
@ -124,7 +124,7 @@ void bar_setup(struct bar *bar, const char *socket_path, const char *bar_id) {
|
|||
bar_output->window->font = bar->config->font;
|
||||
|
||||
/* set font */
|
||||
bar_output->window->pointer_input.notify = mouse_button_notify;
|
||||
bar_output->window->pointer_input.notify_button = mouse_button_notify;
|
||||
|
||||
/* set window height */
|
||||
set_window_height(bar_output->window, bar->config->height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue