From owner-cvs-all Mon Nov 8 3:37:50 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C6B414BCD; Mon, 8 Nov 1999 03:37:46 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA69942; Mon, 8 Nov 1999 03:37:46 -0800 (PST) (envelope-from yokota@FreeBSD.org) Message-Id: <199911081137.DAA69942@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Mon, 8 Nov 1999 03:37:46 -0800 (PST) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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