Remove endian swap for icon image data.
commit3c2b3792a6b6a7c970fd9d12ba7efbe0a00a87b5
authorGhostlyDeath <ghostlydeath@gmail.com>
Tue, 17 Jan 2012 00:00:16 +0000 (16 19:00 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Wed, 18 Jan 2012 12:04:57 +0000 (18 12:04 +0000)
treeb490066208edeadfe5e4c117a390ff800e93d150
parent215a57077c9989a47679e556ce33016ebab9de37
Remove endian swap for icon image data.

On my PowerPC Debian Squeeze System, the icons are colored
incorrectly. This patch removes the swapping of the data on Big Endian
systems, thus causing the icons to be colored correctly.

The data appears to already be in the native endian format.
src/wmspec.c