mirror of
https://github.com/swaywm/sway.git
synced 2024-11-17 21:49:16 +00:00
style
This commit is contained in:
parent
b359429e90
commit
da2d992563
|
@ -431,7 +431,7 @@ static bool handle_pointer_button(wlc_handle view, uint32_t time, const struct w
|
||||||
}
|
}
|
||||||
|
|
||||||
// set pointer mode only if floating mod has been set
|
// set pointer mode only if floating mod has been set
|
||||||
if(config->floating_mod) {
|
if (config->floating_mod) {
|
||||||
pointer_mode_set(button, !(modifiers->mods ^ config->floating_mod));
|
pointer_mode_set(button, !(modifiers->mods ^ config->floating_mod));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue