On 05/17/2014 02:07 AM, Doug Torrance wrote:
> As part of the process, some #defines were turned into enums.  Also, the *_COL
> 1 << *_COL is used when needed.  This brings the code for colors in line with
> the code for textures, and allows us to use them as array indices to improve
> readability, e.g., colorOptions[MTITLE_COL] instead of colorOptions[3].
> ---
>
I think I accidentally deleted a line of the commit message somehow.  It 
should read "Also, the *_COL #defines (now an enum) were changed from 
bits to ints and 1 << *_COL is used when needed", etc.

Dpig

--
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to