Re: [AD] x color conversion again |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Eric Botcazou wrote:
A solution could be to conditionally define the macro for BeOS to: #define SLOTS_TO_BYTES(n) (n*4)
Wouldn't: #define SLOTS_TO_BYTES(n) ((n*4)&~15) match the original behavior better? - Kitty Cat
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |