1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/lib/libvgl
Bruce Evans d6003dd3d8 Merge __VGLGetXY() back into VGLGetXY(). They were split to simplify
the organization of fixes for the mouse cursor, but after optimizations
VGLGetXY() automatically avoids the mouse cursor.
2019-04-26 16:38:23 +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
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
mouse.c Remove save/restore of the crtc and gdc registers when showing and 2019-04-26 14:44:20 +00:00
simple.c Merge __VGLGetXY() back into VGLGetXY(). They were split to simplify 2019-04-26 16:38:23 +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