freebsd-src/lib/libvgl
Bruce Evans ea0a990509 Fix the only known remaining (libvgl) bug for 24-bit modes, and enable
support for 24-bit modes.

The non-segmented case has worked for a long time, but the segmented
case could never have worked since 24-bit accesses may cross a window
boundary but the window was not changed in the middle of the specialized
24-bit accesses for writing a single pixel.
2019-04-26 13:49:06 +00:00
..
bitmap.c Fix an off-by-1 error for copying overlapping bitmaps in r346416. For 2019-04-26 13:04:10 +00:00
keyboard.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
main.c Fix the only known remaining (libvgl) bug for 24-bit modes, and enable 2019-04-26 13:49:06 +00:00
Makefile
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mouse.c Avoid hiding and unhiding the mouse cursor when copying bitmaps to the 2019-04-24 16:03:35 +00:00
simple.c Fix the only known remaining (libvgl) bug for 24-bit modes, and enable 2019-04-26 13:49:06 +00:00
text.c Fix the type of the color args for VGLMouseFreeze(), VGLBitmapPutChar(), 2019-03-24 20:36:35 +00:00
vgl.3 Oops, my previous commit to libvgl was missing the change of VGLSetBorder() 2019-03-24 20:43:21 +00:00
vgl.h Avoid hiding and unhiding the mouse cursor when copying bitmaps to the 2019-04-24 16:03:35 +00:00