dwm-meillo

diff event.c @ 263:118d3e010e5e

made shortcuts like proposed by Sander, renamed viewextend to toggleview (more clear)
author Anselm R.Garbe <arg@10ksloc.org>
date Sun, 13 Aug 2006 17:58:06 +0200
parents d659a2dce2b5
children 8a8ea74e1b87
line diff
     1.1 --- a/event.c	Fri Aug 11 19:26:12 2006 +0200
     1.2 +++ b/event.c	Sun Aug 13 17:58:06 2006 +0200
     1.3 @@ -109,7 +109,7 @@
     1.4  				x += textw(tags[a.i]);
     1.5  				if(ev->x < x) {
     1.6  					if(ev->button == Button3)
     1.7 -						viewextend(&a);
     1.8 +						toggleview(&a);
     1.9  					else
    1.10  						view(&a);
    1.11  					return;