we use the offsets we get from the server, we should use the byte order too..
This commit is contained in:
parent
694a628a2f
commit
83c213143e
1 changed files with 0 additions and 1 deletions
|
@ -267,7 +267,6 @@ static void pixel_data_to_pixmap(RrAppearance *l,
|
||||||
in = l->surface.pixel_data;
|
in = l->surface.pixel_data;
|
||||||
out = l->pixmap;
|
out = l->pixmap;
|
||||||
|
|
||||||
im->byte_order = LSBFirst;
|
|
||||||
/* this malloc is a complete waste of time on normal 32bpp
|
/* this malloc is a complete waste of time on normal 32bpp
|
||||||
as reduce_depth just sets im->data = data and returns
|
as reduce_depth just sets im->data = data and returns
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue