X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=event.c;h=16201f33a9493f8512f91508caed44869a9855af;hp=9e83178e4cc2968edfd5282dcf9f5b28ab87815d;hb=2091200c957783deed032380d56c4199a23c6b81;hpb=36672d0401299a5230b516ca4575365d9f45dd35 diff --git a/event.c b/event.c index 9e83178..16201f3 100644 --- a/event.c +++ b/event.c @@ -245,7 +245,7 @@ expose(XEvent *e) { if(ev->count == 0) { if(barwin == ev->window) - drawstatus(); + drawbar(); } } @@ -322,7 +322,7 @@ propertynotify(XEvent *e) { if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) { updatetitle(c); if(c == sel) - drawstatus(); + drawbar(); } } }