summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-09-03 13:31:08 +0000
committeremaste <emaste@FreeBSD.org>2014-09-03 13:31:08 +0000
commit97f9055278bfaea0a736cacc6f58b1a794f9cb7e (patch)
tree21dc4413d1abbc3058bb89301d05fb512c846be3 /sys/dev
parentefb15fd1c21ce7753308150bbc5b57c0037fa0e5 (diff)
downloadFreeBSD-src-97f9055278bfaea0a736cacc6f58b1a794f9cb7e.zip
FreeBSD-src-97f9055278bfaea0a736cacc6f58b1a794f9cb7e.tar.gz
MFC r270265 by dumbbell:
vt(4): Fix an inconsistency between the mouse cursor bitmap and its mask
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/vt/font/vt_mouse_cursor.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/vt/font/vt_mouse_cursor.c b/sys/dev/vt/font/vt_mouse_cursor.c
index a35de00..0219c7c 100644
--- a/sys/dev/vt/font/vt_mouse_cursor.c
+++ b/sys/dev/vt/font/vt_mouse_cursor.c
@@ -43,7 +43,7 @@ struct mouse_cursor vt_default_mouse_pointer = {
0x7c, /* "_*****_ " */
0x7e, /* "_******_" */
0x68, /* "_**_****" */
- 0x4c, /* "_*__**__" */
+ 0x4c, /* "_*__**_ " */
0x0c, /* " _ _**_ " */
0x06, /* " _**_" */
0x06, /* " _**_" */
@@ -58,8 +58,8 @@ struct mouse_cursor vt_default_mouse_pointer = {
0xfe, /* "_______ " */
0xff, /* "________" */
0xff, /* "________" */
- 0xff, /* "________" */
- 0x1e, /* " ____ " */
+ 0xfe, /* "_______ " */
+ 0x5e, /* " _ ____ " */
0x0f, /* " ____" */
0x0f, /* " ____" */
0x0f, /* " ____" */
OpenPOWER on IntegriCloud