Mercurial > dwm-meillo
diff event.c @ 454:ffb462fb7903
small change to comments, renamed two set* functions in client.c into update*
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Mon, 11 Sep 2006 10:00:56 +0200 |
parents | 052657ff2e7b |
children | 9d23330a5268 |
line wrap: on
line diff
--- a/event.c Mon Sep 11 08:58:58 2006 +0200 +++ b/event.c Mon Sep 11 10:00:56 2006 +0200 @@ -343,11 +343,11 @@ arrange(NULL); break; case XA_WM_NORMAL_HINTS: - setsize(c); + updatesize(c); break; } if(ev->atom == XA_WM_NAME || ev->atom == netatom[NetWMName]) { - settitle(c); + updatetitle(c); drawtitle(c); } }