diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-03 05:28:19 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-03 05:28:19 +0000 |
| commit | 83c213143e8a227c70b8fbf9337d5fead15784d8 (patch) | |
| tree | 03c90c4902e16744df9be3a3676c3584621ca3ef | |
| parent | 694a628a2f4d209d27290d334680a1c3d22daa73 (diff) | |
we use the offsets we get from the server, we should use the byte order too..
| -rw-r--r-- | render/render.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/render/render.c b/render/render.c index 8bde9c6f..7e4f112b 100644 --- a/render/render.c +++ b/render/render.c @@ -267,7 +267,6 @@ static void pixel_data_to_pixmap(RrAppearance *l, in = l->surface.pixel_data; out = l->pixmap; - im->byte_order = LSBFirst; /* this malloc is a complete waste of time on normal 32bpp as reduce_depth just sets im->data = data and returns */ |
