mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
Fix typos
This commit is contained in:
parent
e00f7cd6db
commit
c207e18014
21 changed files with 40 additions and 40 deletions
|
|
@ -78,7 +78,7 @@ struct input {
|
|||
* Virtual keyboards should not belong to seat->keyboard_group. As a result we
|
||||
* need to be able to ascertain which wlr_keyboard key/modifier events come from
|
||||
* and we achieve that by using `struct keyboard` which inherits `struct input`
|
||||
* and adds keybord specific listeners and a wlr_keyboard pointer.
|
||||
* and adds keyboard specific listeners and a wlr_keyboard pointer.
|
||||
*/
|
||||
struct keyboard {
|
||||
struct input base;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue