mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Make fbFetch_b8g8r8() actually write the read value to the buffer
This commit is contained in:
parent
0fcd17c918
commit
546465ee6a
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ fbFetch_b8g8r8 (const FbBits *bits, int x, int width, CARD32 *buffer, miIndexedP
|
|||
b |= (READ(pixel++) << 8);
|
||||
b |= (READ(pixel++));
|
||||
#endif
|
||||
WRITE(buffer++, b);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue