[BUG][FIX][UNIX] B3DRasterizerPlugin class>>b3dTypesH

Marcus Denker marcus at ira.uka.de
Tue Aug 29 15:52:02 UTC 2000


Hi!

The following code was added to b3dTypes.h in the Unix 2.7 VM, but
has not been added to B3DRasterizerPlugin class>>b3dTypesH. 

Without this, the colors of Squeak3D on Linux-x86 are wrong.   

/* 1999/12/4 12:24:25 ikp -- fix for Unix hosts */
#if defined(HAVE_CONFIG_H)   
# include "sqUnixConfig.h"   
# if defined(WORDS_BIGENDIAN)
#   define MSB_FIRST         
#   undef  LSB_FIRST
# else
#   undef  MSB_FIRST
#   define LSB_FIRST
# endif
#endif


   Marcus





More information about the Squeak-dev mailing list