summaryrefslogtreecommitdiff
path: root/lib/libvgl/bitmap.c
Commit message (Collapse)AuthorAgeFilesLines
* - This is the new version of libvgl jointly developed by sos and I.Kazutaka YOKOTA1999-11-081-37/+170
| | | | | | | | | | | | It adds new functions and extend some structures and can handle VESA modes. - Update the man page. - Bump the library version number. (The old version will be added to compat3x.) Notes: svn path=/head/; revision=53013
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Assorted bug fixes.Kazutaka YOKOTA1999-08-221-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=50141
* First import of my little "video graphic library".Søren Schmidt1997-08-171-0/+229
See the manpage vgl.3 for more info. A little example will follow shortly. Notes: svn path=/head/; revision=28328