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
line wrap: on
line diff
--- a/tag.c	Sun Feb 11 12:20:54 2007 +0100
+++ b/tag.c	Sun Feb 11 17:20:22 2007 +0100
@@ -134,6 +134,7 @@
 	arrange();
 }
 
+/* begin code by jukka */
 void
 viewnext(Arg *arg) {
   unsigned int i;
@@ -144,3 +145,4 @@
   seltag[0] = last;
   arrange();
 }
+/* end code by jukka */