deps: update wlroots

This commit is contained in:
Vaxry 2024-03-09 16:35:35 +00:00
parent 300d77edd9
commit 3f58e77e75
5 changed files with 17 additions and 17 deletions

View file

@ -19,7 +19,7 @@ void CInputManager::onTouchDown(wlr_touch_down_event* e) {
if (m_ecbClickBehavior == CLICKMODE_KILL) {
wlr_pointer_button_event e;
e.state = WLR_BUTTON_PRESSED;
e.state = WL_POINTER_BUTTON_STATE_PRESSED;
g_pInputManager->processMouseDownKill(&e);
return;
}