* grub-core/video/fb/fbblit.c: Use (255 ^ x) rather than (255 - x).
Use unsigned divisions rather than signed variants.
This commit is contained in:
parent
f690f8b030
commit
d43c64899d
2 changed files with 32 additions and 27 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/video/fb/fbblit.c: Use (255 ^ x) rather than (255 - x).
|
||||
Use unsigned divisions rather than signed variants.
|
||||
|
||||
2013-10-25 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/video/readers/png.c (grub_png_convert_image): Use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue