aewl
diff event.c @ 23:95ffdfd0a819
some more additions/fixes
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Wed, 12 Jul 2006 00:00:25 +0200 |
parents | bd3a44353916 |
children | e238dc4844d7 |
line diff
1.1 --- a/event.c Tue Jul 11 23:46:39 2006 +0200 1.2 +++ b/event.c Wed Jul 12 00:00:25 2006 +0200 1.3 @@ -146,7 +146,7 @@ 1.4 Client *c; 1.5 1.6 if(ev->count == 0) { 1.7 - if((c = getclient(ev->window))) 1.8 + if((c = gettitle(ev->window))) 1.9 draw_client(c); 1.10 else if(ev->window == barwin) 1.11 draw_bar();