Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2018 09:18:04 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r330831 - stable/11/sys/dev/syscons/fonts
Message-ID:  <201803130918.w2D9I4PG088605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Tue Mar 13 09:18:04 2018
New Revision: 330831
URL: https://svnweb.freebsd.org/changeset/base/330831

Log:
  MFC r320805:
  
  Add files to help manage the (vga) syscons mouse cursor.
  
  To mostly fix distortion of mouse cursors by non-square pixels, I
  needed 8 variants of the same cursor shape for large fonts and
  another 7 variants for small fonts.  Some variants are shared,
  leaving only 13 variants in 26 glyphs altogether.  Keep these in
  the BDF source file cursor.bdf.  cursor.bdf has another 5 unused
  experimental cursors in 10 glyphs.  cursor.awk is a simple awk
  script for converting this and similar bdf files into C declarations
  for copying into scvgarndr.c.  syscons doesn't use any of this yet.

Added:
  stable/11/sys/dev/syscons/fonts/
     - copied from r320805, head/sys/dev/syscons/fonts/
Modified:
Directory Properties:
  stable/11/   (props changed)



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