[dwm] no () around ISTILE

From: Szabolcs Nagy <nszabolcs_AT_gmail.com>
Date: Tue, 25 Sep 2007 21:29:36 +0200

#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