mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Handle tileStride > 1 in fbEvenTile.
Patch courtesy of James Jones.
This commit is contained in:
parent
bf1ad1aa42
commit
1e189ed1da
2 changed files with 8 additions and 5 deletions
1
fb/fb.h
1
fb/fb.h
|
|
@ -2032,6 +2032,7 @@ fbEvenTile (FbBits *dst,
|
|||
int height,
|
||||
|
||||
FbBits *tile,
|
||||
FbStride tileStride,
|
||||
int tileHeight,
|
||||
|
||||
int alu,
|
||||
|
|
|
|||
Loading…
Reference in a new issue