commit da2d992563424d629b7813d9490420060ec271b6 parent b359429e90294fea057446c92db03a5adb622b96 Author: taiyu <taiyu.len@gmail.com> Date: Fri, 28 Aug 2015 12:31:41 -0700 style Diffstat:
| M | sway/handlers.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sway/handlers.c b/sway/handlers.c @@ -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)); }