mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
Rename key-state.c to key-state-indicator.c
This commit is contained in:
parent
885db240f3
commit
78f2b4656c
6 changed files with 8 additions and 8 deletions
16
include/input/key-state-indicator.h
Normal file
16
include/input/key-state-indicator.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
#ifndef LABWC_KEY_STATE_INDICATOR_H
|
||||
#define LABWC_KEY_STATE_INDICATOR_H
|
||||
|
||||
struct seat;
|
||||
|
||||
/*
|
||||
* All keycodes in these functions are (Linux) libinput evdev scancodes which is
|
||||
* what 'wlr_keyboard' uses (e.g. 'seat->keyboard_group->keyboard->keycodes').
|
||||
* Note: These keycodes are different to XKB scancodes by a value of 8.
|
||||
*/
|
||||
|
||||
void key_state_indicator_update(struct seat *seat);
|
||||
void key_state_indicator_toggle(void);
|
||||
|
||||
#endif /* LABWC_KEY_STATE_INDICATOR_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue