freebsd-dev/lib/libvgl
Kazutaka YOKOTA 16fc634b67 - Do not call VGLEnd() and exit() to terminate the program
immediately when a signal is caught.  Instead, defer
  program termination until the next call to VGLCheckSwitch().
  Otherwise, the video card may not be restored correctly
  if the signal is seen while inside libvgl functions.

MFC after: 1 week
2001-07-24 11:15:20 +00:00
..
bitmap.c Add Truecolor 16 and 32bits support. Note that 24bits modes are not 2001-01-13 11:30:17 +00:00
keyboard.c Minor fixes: 2001-01-24 09:05:35 +00:00
main.c - Do not call VGLEnd() and exit() to terminate the program 2001-07-24 11:15:20 +00:00
Makefile MAN[1-9] -> MAN. 2001-03-27 17:27:19 +00:00
mouse.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
simple.c Add Truecolor 16 and 32bits support. Note that 24bits modes are not 2001-01-13 11:30:17 +00:00
text.c Dont free a hard code array. 2001-05-30 07:51:56 +00:00
vgl.3 Remove whitespace at EOL. 2001-07-15 07:53:42 +00:00
vgl.h Protect against multiple inclusion. 2001-01-24 09:06:42 +00:00