freebsd-dev/lib/libvgl
Bruce Evans 73416eeccd Restore doing nothing for calls to VGLEnd() after the first. I broke this
in r346631.  VGLEnd() clears some state variables as it restores state,
but not all of them, so it still needs to clear a single state variable
to indicate that it has completed.  Put this clearing back where it was
(at the start instead of the end) to avoid moving bugs in the signal
handling.
2019-04-25 15:48:23 +00:00
..
bitmap.c Avoid hiding and unhiding the mouse cursor when copying bitmaps to the 2019-04-24 16:03:35 +00:00
keyboard.c lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
main.c Restore doing nothing for calls to VGLEnd() after the first. I broke this 2019-04-25 15:48:23 +00:00
Makefile First pass through library packaging. 2016-02-04 21:16:35 +00:00
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 Refactor mouse freezing and fix some minor bugs. 2019-04-24 15:35:29 +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