#define ISTILE isarrange(tile) /* || isarrange(<custom>) */
can be misleading with custom layouts since in zoom() it is used like
if(.. !ISTILED ..) return;
so either there should be a comment about parenthesis in config.def.h
or zoom should use it like 'if(.. !(ISTILED) ..)'
Received on Tue Sep 25 2007 - 21:29:38 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:55:36 UTC