change wording

This commit is contained in:
owen 2021-08-19 17:56:39 -04:00 committed by GitHub
parent e5cc0c7ff5
commit 2aa468369f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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