Re: [kvm-devel] [Qemu-devel] [PATCH] Fix color problems with sdl on bgr displays

2007-10-14 Thread Avi Kivity
Blue Swirl wrote: On 10/14/07, Avi Kivity <[EMAIL PROTECTED]> wrote: Some kvm users complained that the blue and red channels are flipped on their displays. Reverting sdl.c rev 1.40 fixed that problem, so apparently that commit made the problem larger than it was previously. Attached a patc

Re: [Qemu-devel] [PATCH] Fix color problems with sdl on bgr displays

2007-10-14 Thread Blue Swirl
On 10/14/07, Avi Kivity <[EMAIL PROTECTED]> wrote: > Some kvm users complained that the blue and red channels are flipped on > their displays. Reverting sdl.c rev 1.40 fixed that problem, so > apparently that commit made the problem larger than it was previously. > > Attached a patch the removes t

[Qemu-devel] [PATCH] Fix color problems with sdl on bgr displays

2007-10-14 Thread Avi Kivity
Some kvm users complained that the blue and red channels are flipped on their displays. Reverting sdl.c rev 1.40 fixed that problem, so apparently that commit made the problem larger than it was previously. Attached a patch the removes the commit and fixes the problem. Please apply. -- err