1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-04-12 16:36:20 +00:00
This commit is contained in:
taiyu 2015-08-28 12:31:41 -07:00
parent b359429e90
commit da2d992563

View file

@ -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
if(config->floating_mod) {
if (config->floating_mod) {
pointer_mode_set(button, !(modifiers->mods ^ config->floating_mod));
}