mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
key-state: rename function for consistency
...with the equivalent function that returns the number of pressed keys. s/key_state_nr_keys/key_state_nr_bound_keys/
This commit is contained in:
parent
3f0cf9c3a8
commit
2e8820cf6a
3 changed files with 3 additions and 3 deletions
|
|
@ -68,7 +68,7 @@ keyboard_modifiers_notify(struct wl_listener *listener, void *data)
|
|||
|| seat->workspace_osd_shown_by_modifier) {
|
||||
if (!keyboard_any_modifiers_pressed(wlr_keyboard)) {
|
||||
if (server->osd_state.cycle_view) {
|
||||
if (key_state_nr_keys()) {
|
||||
if (key_state_nr_bound_keys()) {
|
||||
should_cancel_cycling_on_next_key_release = true;
|
||||
} else {
|
||||
end_cycling(server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue