[vlc-devel] commit: Skins2: Cosmetics. (JP Dinger )
Rémi Denis-Courmont
remi at remlab.net
Sun Dec 6 08:27:43 CET 2009
Le samedi 5 décembre 2009 23:35:09 git version control, vous avez écrit :
> @@ -321,8 +306,8 @@ void X11Display::blendPixel16LSB( uint8_t *pPixel,
> uint8_t r, uint8_t g, void X11Display::blendPixel32MSB( uint8_t *pPixel,
> uint8_t r, uint8_t g, uint8_t b, uint8_t a ) const
> {
> - uint32_t value = pPixel[3] | pPixel[2] << 8 | pPixel[1] << 16 |
> - pPixel[0] << 24;
> + uint32_t value = pPixel[3] | pPixel[2] << 8 |
> + pPixel[1] << 16 | pPixel[0] << 24;
GetDWBE()
--
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis
More information about the vlc-devel
mailing list