graphics.library: Use the HIDD method to get the width for non-planar bitmaps
commit0ac184b601d72eb5c35b58495afe9e9665137236
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 24 Oct 2012 17:04:36 +0000 (24 17:04 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 24 Oct 2012 17:04:36 +0000 (24 17:04 +0000)
treead36d92eec1da2bddc21cc654ea89699d1f7ca1f
parent0a38a3ba8daa7faa407559ef3dff15e849be293f
graphics.library: Use the HIDD method to get the width for non-planar bitmaps

This is required, for example, on Picasso96 on m68k when the
width of the screen is 1366, otherwise the width is reported
as 1370, which causes the MemChunk immediately after the screen
to be clobbered after the first call to SetRaster().

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@45945 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/graphics/getbitmapattr.c