This commit is contained in:
taiyu 2015-08-28 12:31:41 -07:00
parent b359429e90
commit da2d992563
1 changed files with 1 additions and 1 deletions

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));
}