change wording
This commit is contained in:
parent
e5cc0c7ff5
commit
2aa468369f
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ framebuffer pixelflut server in C.
|
||||||
|
|
||||||
## caveats
|
## caveats
|
||||||
- this writes directly to your framebuffer, which might not use (aa)rrggbb (bbggrraa is somewhat common).
|
- this writes directly to your framebuffer, which might not use (aa)rrggbb (bbggrraa is somewhat common).
|
||||||
if you have alpha trailing at the end, uncomment lines `42` and `43` to allow omitting it in `PX` lines
|
if you have alpha trailing at the end, uncomment lines `42` and `43` to allow omitting it in `PX` commands
|
||||||
- fbflut does not store its own buffer, the canvas is entirely stored in the framebuffer,
|
- fbflut does not store its own buffer, the canvas is entirely stored in the framebuffer,
|
||||||
so be weary of other programs writing to it as thats the only copy
|
so be weary of other programs writing to it as thats the only copy
|
||||||
|
|
Loading…
Reference in a new issue