From aa1bda81646e9d6188fd584009be0eee619f6966 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Tue, 29 Aug 2006 17:31:55 +0200 Subject: configurenotify remembers max geom now, and restores this if necessary, however it accepts to touch the max size on configurerequest, this shouldn't break fillscreen apps (tested with mplayer) --- tag.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tag.c') diff --git a/tag.c b/tag.c index ddffafa..b7c06de 100644 --- a/tag.c +++ b/tag.c @@ -31,7 +31,7 @@ static RReg *rreg = NULL; static unsigned int len = 0; static void -applytag() +commit() { /* asserts sel != NULL */ settitle(sel); @@ -132,7 +132,7 @@ tag(Arg *arg) for(i = 0; i < ntags; i++) sel->tags[i] = False; sel->tags[arg->i] = True; - applytag(); + commit(); } void @@ -147,5 +147,5 @@ toggletag(Arg *arg) for(i = 0; i < ntags && !sel->tags[i]; i++); if(i == ntags) sel->tags[arg->i] = True; - applytag(); + commit(); } -- cgit v1.2.3-54-g00ecf