On (21/05/08 08:27), Enno Gottox Boland wrote:
> To: dynamic window manager <dwm@suckless.org>
> From: Enno Gottox Boland <[EMAIL PROTECTED]>
> Subject: Re: [dwm] using bitaray for tags (PATCH)
> Reply-To: dynamic window manager <dwm@suckless.org>
> List-Id: dynamic window manager <dwm.suckless.org>
> 
> Here's my version of a bitarray patch. Please review and comment.
> 

tagmask can be #define:

#define TAGMASK ((int)(1LL << (LENGTH(tags) + 1) - 1))

-Ph

Reply via email to