]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support all reasonable cursor sizes. Reduce the size of the standard
authorbde <bde@FreeBSD.org>
Mon, 29 Apr 2019 16:26:29 +0000 (16:26 +0000)
committerbde <bde@FreeBSD.org>
Mon, 29 Apr 2019 16:26:29 +0000 (16:26 +0000)
commit5ed15f8bbda141194ecacb661da8ac3b0b76204b
tree7519a85a728816cca8cf2cabd47c0d5128758f21
parentc038ca255fc08cbdcb88f193334e05582b515761
Support all reasonable cursor sizes.  Reduce the size of the standard
cursor from 16x16 (with 6 columns unused) to 10x16 and rename it to
the "small" cursor.  Add a "large" 19x32 cursor and use it for screen
widths larger than 800 pixels.  Use libvgl's too-small indentation for
the large data declarations.

MOUSE_IMG_SIZE = 16 is still part of the API.  If an application supplies
invalid bitmaps for the cursor, then the results may be different from
before.
lib/libvgl/mouse.c