Add keyboard led update after keys/mod update

This commit is contained in:
Leftas 2022-11-12 13:12:37 +02:00
parent dd11434e90
commit 34a7f17956
No known key found for this signature in database
GPG key ID: 68981317EB17192D
2 changed files with 31 additions and 0 deletions

View file

@ -115,6 +115,8 @@ public:
CInputMethodRelay m_sIMERelay;
void updateKeyboardsLeds(wlr_input_device* pKeyboard);
// for shared mods
uint32_t accumulateModsFromAllKBs();