X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/36672d0401299a5230b516ca4575365d9f45dd35..2091200c957783deed032380d56c4199a23c6b81:/event.c 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(); } } }