Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2003 19:31:55 -0700 (PDT)
From:      Jake Burkholder <jake@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/syscons scgfbrndr.c
Message-ID:  <200308240231.h7O2VtKc085351@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jake        2003/08/23 19:31:55 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/syscons      scgfbrndr.c 
  Log:
  - Remember to flip the foreground and background color attributes in
    gfb_draw if 'flip' is specified.  This causes the mouse cut region
    to be displayed in reverse color so it is visbile.
  - Use the "other" implementation of gfb_cursor for the creator driver,
    which doesn't assume there is a hardware cursor.  It seems that the
    hardware cursor that creator provides doesn't display the character
    under the cursor in reverse colors, so the driver does this manually
    and uses the hardware cursor for the mouse pointer (which it also works
    much better for).  This is wedged here because it required less hoops
    than accessing the syscons vtb from inside the video driver, which is
    needed to read the character and color attributes under the new cursor
    position.
  
  Revision  Changes    Path
  1.17      +18 -11    src/sys/dev/syscons/scgfbrndr.c



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