mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-09 08:31:54 -07:00
remove idiotic guard in processMouseDownNormal
This commit is contained in:
@@ -378,12 +378,6 @@ void CInputManager::setClickMode(eClickBehaviorMode mode) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void CInputManager::processMouseDownNormal(wlr_pointer_button_event* e) {
|
void CInputManager::processMouseDownNormal(wlr_pointer_button_event* e) {
|
||||||
const auto PKEYBOARD = wlr_seat_get_keyboard(g_pCompositor->m_sSeat.seat);
|
|
||||||
|
|
||||||
if (!PKEYBOARD) { // ???
|
|
||||||
Debug::log(ERR, "No active keyboard in processMouseDownNormal??");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// notify the keybind manager
|
// notify the keybind manager
|
||||||
static auto *const PPASSMOUSE = &g_pConfigManager->getConfigValuePtr("binds:pass_mouse_when_bound")->intValue;
|
static auto *const PPASSMOUSE = &g_pConfigManager->getConfigValuePtr("binds:pass_mouse_when_bound")->intValue;
|
||||||
|
Reference in New Issue
Block a user