Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 1999 20:31:14 -0700 (PDT)
From:      Kazutaka YOKOTA <yokota@FreeBSD.org>
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
Message-ID:  <199908220331.UAA66327@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908220331.UAA66327>