Fix indentation.

This commit is contained in:
Connor E 2018-11-06 20:32:59 +00:00
parent c5bf41ec97
commit 2d649a7581

View file

@ -638,7 +638,7 @@ void cursor_send_pointer_motion(struct sway_cursor *cursor,
cursor->previous.node = node;
if (node && (config->focus_follows_mouse == FOLLOWS_YES ||
config->focus_follows_mouse == FOLLOWS_ALWAYS)) {
config->focus_follows_mouse == FOLLOWS_ALWAYS)) {
struct sway_node *focus = seat_get_focus(seat);
if (focus && node->type == N_WORKSPACE) {
// Only follow the mouse if it would move to a new output