tag.c
changeset 306 71f02d14dce1
parent 289 6562340b9ffc
child 307 ec8a66a2b9cc
equal deleted inserted replaced
305:f7978c6395f5 306:71f02d14dce1
   279 
   279 
   280 void
   280 void
   281 togglemode(Arg *arg)
   281 togglemode(Arg *arg)
   282 {
   282 {
   283 	arrange = arrange == dofloat ? dotile : dofloat;
   283 	arrange = arrange == dofloat ? dotile : dofloat;
   284 	arrange(NULL);
   284 	if(sel)
       
   285 		arrange(NULL);
       
   286 	else
       
   287 		drawstatus();
   285 }
   288 }
   286 
   289 
   287 void
   290 void
   288 toggletag(Arg *arg)
   291 toggletag(Arg *arg)
   289 {
   292 {