Skip to content

Commit

Permalink
Reduced the amount of times windows are rearranged. #23
Browse files Browse the repository at this point in the history
  • Loading branch information
HarveyHunt committed Sep 27, 2014
1 parent 2e575a8 commit 6828e27
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions howm.c
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,6 @@ void map_event(xcb_generic_event_t *ev)
}

grab_buttons(c);
arrange_windows();
xcb_map_window(dpy, c->win);
update_focused_client(c);
}
Expand Down Expand Up @@ -2355,7 +2354,6 @@ static void set_fullscreen(Client *c, bool fscr)
arrange_windows();
draw_clients();
}
update_focused_client(c);
}

static void set_urgent(Client *c, bool urg)
Expand Down

0 comments on commit 6828e27

Please sign in to comment.