Support for sunxi hardware cursor
Hardware cursor is necessary because it is also visible on top of sunxi disp layers, while software cursor is not. FIXME: there is one minor problem with negative cursor positions. The hardware does not support them, so such positions are just set to 0 for now. In the future this can be solved better by changing the cursor picture and showing only the parts which are visible on screen.
src/sunxi_disp_hwcursor.c
0 → 100644
src/sunxi_disp_hwcursor.h
0 → 100644
Please register or sign in to comment