Date: Mon, 8 Nov 1999 03:37:46 -0800 (PST) From: Kazutaka YOKOTA <yokota@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libvgl Makefile bitmap.c main.c mouse.c simple.c text.c vgl.3 vgl.h src/share/examples/libvgl demo.c Message-ID: <199911081137.DAA69942@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
yokota 1999/11/08 03:37:46 PST
Modified files:
lib/libvgl Makefile bitmap.c main.c mouse.c simple.c
text.c vgl.3 vgl.h
share/examples/libvgl demo.c
Log:
- This is the new version of libvgl jointly developed by sos and I.
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.)
Revision Changes Path
1.4 +2 -2 src/lib/libvgl/Makefile
1.4 +171 -38 src/lib/libvgl/bitmap.c
1.6 +307 -72 src/lib/libvgl/main.c
1.3 +7 -8 src/lib/libvgl/mouse.c
1.4 +80 -34 src/lib/libvgl/simple.c
1.4 +2 -1 src/lib/libvgl/text.c
1.8 +107 -2 src/lib/libvgl/vgl.3
1.4 +18 -2 src/lib/libvgl/vgl.h
1.3 +12 -11 src/share/examples/libvgl/demo.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911081137.DAA69942>
