comparison client.c @ 71:7681ef838201

bar shows if currently is tiled (Mod1-space) or floating (Mod1-Shift-space) mode
author Anselm R. Garbe <garbeam@wmii.de>
date Fri, 14 Jul 2006 18:55:50 +0200
parents a0272d97ec7c
children c2ddb9dbbd10
comparison
equal deleted inserted replaced
70:e5fff8249705 71:7681ef838201
118 if((sel = next(clients))) { 118 if((sel = next(clients))) {
119 craise(sel); 119 craise(sel);
120 focus(sel); 120 focus(sel);
121 } 121 }
122 } 122 }
123 draw_bar();
123 } 124 }
124 125
125 void 126 void
126 tiling(Arg *arg) 127 tiling(Arg *arg)
127 { 128 {
174 if((sel = next(clients))) { 175 if((sel = next(clients))) {
175 craise(sel); 176 craise(sel);
176 focus(sel); 177 focus(sel);
177 } 178 }
178 } 179 }
180 draw_bar();
179 } 181 }
180 182
181 void 183 void
182 prevc(Arg *arg) 184 prevc(Arg *arg)
183 { 185 {