Depends on D20191
Details
Details
- Reviewers
davidedmundson - Group Reviewers
KWin - Commits
- R108:bb9a5e57a1e5: Implement the keystate protocol
Diff Detail
Diff Detail
- Repository
- R108 KWin
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Sorry, but I don't see the need for this protocol as that is already part of wl_keyboard.
Comment Actions
Sorry, but I don't see the need for this protocol as that is already part of wl_keyboard.
It isn't really.
You still need a protocol to tell you to send wl_keyboard events outside of the normal focus handling. If you require a custom protocol (and custom code) to tell you how to abuse an existing protocol we may as well just do the simple protocol in the first place. It'll be more extensible.