mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
Fix build without SC_PIXEL_MODE defined.
This commit is contained in:
parent
2696ce471c
commit
69db34c309
1 changed files with 2 additions and 1 deletions
|
|
@ -173,7 +173,8 @@ static const struct mousedata mouse9x13 = { {
|
|||
0x0c00, 0x0c00, 0x0600, 0x0600, 0x0000, 0x0000, 0x0000, 0x0000, },
|
||||
9, 13,
|
||||
};
|
||||
|
||||
#endif
|
||||
#if defined(SC_PIXEL_MODE)
|
||||
static const struct mousedata mouse10x16 = { {
|
||||
0xc000, 0xa000, 0x9000, 0x8800, 0x8400, 0x8200, 0x8100, 0x8080,
|
||||
0x8040, 0x83c0, 0x9200, 0xa900, 0xc900, 0x0480, 0x0480, 0x0300, }, {
|
||||
|
|
|
|||
Loading…
Reference in a new issue