aboutsummaryrefslogtreecommitdiff
path: root/lib/libvgl/vgl.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert files to UTF-8 and add some copyright markers where missing.Ulrich Spörlein2012-01-071-1/+1
| | | | Notes: svn path=/head/; revision=229784
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
| | | | | | | | Spotted and suggested by: des MFC after: 3 weeks Notes: svn path=/head/; revision=97748
* Protect against multiple inclusion.Maxim Sobolev2001-01-241-0/+5
| | | | Notes: svn path=/head/; revision=71519
* Add Truecolor 16 and 32bits support. Note that 24bits modes are notNicolas Souchu2001-01-131-8/+15
| | | | | | | | | | | | | | supported since it's not easy to put 3 bytes accross 64Kb windows of memory. This should not be such a problem with linear framebuffers. There is no major interface modification except that the color type becomes u_long instead of byte. So one just need to recompile his application. Approved by: Soren Schmidt <sos@freebsd.dk> Notes: svn path=/head/; revision=70991
* Fix the VGLBITMAP_INITIALIZER macro; VXsize and VYsize shouldKazutaka YOKOTA1999-11-091-1/+1
| | | | | | | be the same as Xsize and Ysize. Notes: svn path=/head/; revision=53052
* - This is the new version of libvgl jointly developed by sos and I.Kazutaka YOKOTA1999-11-081-1/+17
| | | | | | | | | | | | 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
* Add rudimentary support for using the keyboard.Søren Schmidt1997-10-011-1/+8
| | | | Notes: svn path=/head/; revision=30044
* First import of my little "video graphic library".Søren Schmidt1997-08-171-0/+119
See the manpage vgl.3 for more info. A little example will follow shortly. Notes: svn path=/head/; revision=28328