# HG changeset patch # User meillo@marmaro.de # Date 1234772637 -3600 # Node ID a3399a8964c7f41aff433265df8ddcec9d427816 # Parent 794a83e740230c254d6792e63d40648a80b500c5 no need to update the bar when the layout changes diff -r 794a83e74023 -r a3399a8964c7 LICENSE --- a/LICENSE Sat Dec 06 16:28:51 2008 +0100 +++ b/LICENSE Mon Feb 16 09:23:57 2009 +0100 @@ -2,7 +2,7 @@ (C)opyright MMVI-MMVII Anselm R. Garbe (C)opyright MMVI-MMVII Sander van Dijk -(C)opyright MMVIII markus schnalke +Copyright 2008 markus schnalke Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff -r 794a83e74023 -r a3399a8964c7 aewl.c --- a/aewl.c Sat Dec 06 16:28:51 2008 +0100 +++ b/aewl.c Mon Feb 16 09:23:57 2009 +0100 @@ -47,6 +47,7 @@ #include #include #include +#include #include #include #include @@ -352,8 +353,6 @@ nmaster++; if(sel) arrange(); - else - drawstatus(); } void @@ -363,8 +362,6 @@ nmaster--; if(sel) arrange(); - else - drawstatus(); } Bool @@ -409,8 +406,7 @@ arrange = (arrange == dotile) ? domax : dotile; if(sel) arrange(); - else - drawstatus(); + zoom(); } void