]> git.eshelyaron.com Git - emacs.git/commit
Fix some more off-by-one errors in Haiku image code
authorPo Lu <luangruo@yahoo.com>
Sat, 1 Jan 2022 09:56:14 +0000 (09:56 +0000)
committerPo Lu <luangruo@yahoo.com>
Sat, 1 Jan 2022 09:56:14 +0000 (09:56 +0000)
commitab3c6c799ea6973ba8496eae3827e8fa2c5caae0
tree8bcee27593ea3a16144d0f85a3e26fb51dbc0ad7
parentc6d83707d6c5b9af67f69d34034a60719584b805
Fix some more off-by-one errors in Haiku image code

* src/haiku_draw_support.cc (BView_DrawBitmapWithEraseOp):
(BView_DrawMask):
(BBitmap_transform_bitmap):
* src/haiku_support.cc (AttachCairoSurface): Adjust calculations
to take account of BRect width and height functions returning
(start - end) instead of the actual width and height of the
rectangle.
src/haiku_draw_support.cc
src/haiku_support.cc