x11gfx.hidd: support 32 bit modes
commit16417a66148e7134db119c9da3b0a48834409529
authordeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 8 Jan 2017 13:06:53 +0000 (8 13:06 +0000)
committerdeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 8 Jan 2017 13:06:53 +0000 (8 13:06 +0000)
tree1f53de8861641f4862e21323d551bfc7cf3832f1
parentec97cac5070760b66840425bffc71da3c3d33d1f
x11gfx.hidd: support 32 bit modes

For example Odroid XU4 reports these depths when running a 3D based driver.
Our graphics system was in such case falling back to 24 bit depths, which
was causing error with XPutImage as the temporary XImage object was 24 bits
in depth.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53184 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-hosted/hidd/x11/x11gfx.conf
arch/all-hosted/hidd/x11/x11gfx_hiddclass.c