From owner-cvs-all Sat Aug 21 20:31:36 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 A41F715166; Sat, 21 Aug 1999 20:31:31 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA66327; Sat, 21 Aug 1999 20:31:14 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Message-Id: <199908220331.UAA66327@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sat, 21 Aug 1999 20:31:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libvgl bitmap.c keyboard.c main.c simple.c text.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk yokota 1999/08/21 20:31:14 PDT Modified files: lib/libvgl bitmap.c keyboard.c main.c simple.c text.c Log: 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 Revision Changes Path 1.2 +14 -12 src/lib/libvgl/bitmap.c 1.2 +5 -3 src/lib/libvgl/keyboard.c 1.3 +14 -2 src/lib/libvgl/main.c 1.2 +2 -2 src/lib/libvgl/simple.c 1.2 +2 -2 src/lib/libvgl/text.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message