mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
vt(4): Fix an inconsistency between the mouse cursor bitmap and its mask
MFC after: 1 week
This commit is contained in:
parent
e957745707
commit
a5d099afa9
1 changed files with 3 additions and 3 deletions
|
|
@ -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, /* " ____" */
|
||||
|
|
|
|||
Loading…
Reference in a new issue