aewl

diff tag.c @ 749:6692d7e7e156

added maxlayout by mitch, moved config.h to config.meillo.h, some smaller modifications
author meillo@marmaro.de
date Sun, 11 Feb 2007 17:20:22 +0100
parents f0e6c8860014
children 743061dbe7f2
line diff
     1.1 --- a/tag.c	Sun Feb 11 12:20:54 2007 +0100
     1.2 +++ b/tag.c	Sun Feb 11 17:20:22 2007 +0100
     1.3 @@ -134,6 +134,7 @@
     1.4  	arrange();
     1.5  }
     1.6  
     1.7 +/* begin code by jukka */
     1.8  void
     1.9  viewnext(Arg *arg) {
    1.10    unsigned int i;
    1.11 @@ -144,3 +145,4 @@
    1.12    seltag[0] = last;
    1.13    arrange();
    1.14  }
    1.15 +/* end code by jukka */