Skip to content

Commit

Permalink
another small optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
garbeam committed Aug 18, 2009
1 parent 89148b6 commit 6f6b977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ propertynotify(XEvent *e) {
if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) {
updatetitle(c);
if(c == c->mon->sel)
drawbars();
drawbar(c->mon);
}
}
}
Expand Down

0 comments on commit 6f6b977

Please sign in to comment.