Correct serious nib loading bug on big endian machines.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30472 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
wlux 2010-05-29 08:32:02 +00:00
parent c63d0d7f02
commit 10c98c9b2f
6 changed files with 15 additions and 5 deletions

View file

@ -61,7 +61,7 @@
typedef struct _GSButtonCellFlags
{
#ifdef WORDS_BIGENDIAN
#if GS_WORDS_BIGENDIAN == 1
unsigned int isPushin:1;
unsigned int changeContents:1;
unsigned int changeBackground:1;