Author: emaste
Date: Wed Sep  3 13:31:08 2014
New Revision: 271021
URL: http://svnweb.freebsd.org/changeset/base/271021

Log:
  MFC r270265 by dumbbell:
  
    vt(4): Fix an inconsistency between the mouse cursor bitmap and its mask

Modified:
  stable/10/sys/dev/vt/font/vt_mouse_cursor.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/dev/vt/font/vt_mouse_cursor.c
==============================================================================
--- stable/10/sys/dev/vt/font/vt_mouse_cursor.c Wed Sep  3 13:22:50 2014        
(r271020)
+++ stable/10/sys/dev/vt/font/vt_mouse_cursor.c Wed Sep  3 13:31:08 2014        
(r271021)
@@ -43,7 +43,7 @@ struct mouse_cursor vt_default_mouse_poi
                0x7c, /* "_*****_ " */
                0x7e, /* "_******_" */
                0x68, /* "_**_****" */
-               0x4c, /* "_*__**__" */
+               0x4c, /* "_*__**_ " */
                0x0c, /* " _ _**_ " */
                0x06, /* "    _**_" */
                0x06, /* "    _**_" */
@@ -58,8 +58,8 @@ struct mouse_cursor vt_default_mouse_poi
                0xfe, /* "_______ " */
                0xff, /* "________" */
                0xff, /* "________" */
-               0xff, /* "________" */
-               0x1e, /* "   ____ " */
+               0xfe, /* "_______ " */
+               0x5e, /* " _ ____ " */
                0x0f, /* "    ____" */
                0x0f, /* "    ____" */
                0x0f, /* "    ____" */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to