freebsd-dev/lib/libvgl
Kazutaka YOKOTA 5e7a62b28b Assorted bug fixes.
keyboard.c
- Call tcsetattr() in VGLKeyboardEnd() to restore tty, only when
  tty attributes have been previously saved.
  PR: misc/9524
  Submitted by: Katusyuki 'kei' Maeda (kei@nanet.co.jp)
- Set up the tty raw mode correctly.

main.c
- Restore VESA_800x600 raster text mode correctly in VGLEnd().
  Submitted by: des

text.c
- Allocate the correct size of a font buffer in VGLSetFontFile().
  I forgot the submitter ;-(

simple.c, bitmap.c
- Fix address calculation for the VGA mode X in VGLGetXY() and
  VGLBitmapCopy().
- Fix typo (dsty -> dstx) in __VGLBitmapCopy().

Reviewed by: sos
1999-08-22 03:31:13 +00:00
..
bitmap.c Assorted bug fixes. 1999-08-22 03:31:13 +00:00
keyboard.c Assorted bug fixes. 1999-08-22 03:31:13 +00:00
main.c Assorted bug fixes. 1999-08-22 03:31:13 +00:00
Makefile Add rudimentary support for using the keyboard. 1997-10-01 20:53:41 +00:00
mouse.c First import of my little "video graphic library". 1997-08-17 21:09:35 +00:00
simple.c Assorted bug fixes. 1999-08-22 03:31:13 +00:00
text.c Assorted bug fixes. 1999-08-22 03:31:13 +00:00
vgl.3 .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq 1998-03-19 07:34:22 +00:00
vgl.h Add rudimentary support for using the keyboard. 1997-10-01 20:53:41 +00:00