diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-06 08:55:34 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-03-06 08:55:34 +0000 |
| commit | 97b6284457d66112c37e7dd95af8dbcbb94b1f16 (patch) | |
| tree | 77d1ca29fe6e11e060eda48e510b4774c122c50d | |
| parent | 9c15e38ac2c9ea6d4b0883bb7fdcd6dbd97a9c11 (diff) | |
Notes
| -rw-r--r-- | sys/dev/syscons/scvgarndr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/syscons/scvgarndr.c b/sys/dev/syscons/scvgarndr.c index e14341f0bbb1..0f9e2fb16a26 100644 --- a/sys/dev/syscons/scvgarndr.c +++ b/sys/dev/syscons/scvgarndr.c @@ -140,6 +140,7 @@ RENDERER(vga, GRAPHICS_MODE, grrndrsw, vga_set); RENDERER_MODULE(vga, vga_set); #ifndef SC_NO_CUTPASTE +#if !defined(SC_ALT_MOUSE_IMAGE) || defined(SC_PIXEL_MODE) static u_short mouse_and_mask[16] = { 0xc000, 0xe000, 0xf000, 0xf800, 0xfc00, 0xfe00, 0xff00, 0xff80, 0xfe00, 0x1e00, 0x1f00, 0x0f00, 0x0f00, 0x0000, 0x0000, 0x0000 @@ -149,6 +150,7 @@ static u_short mouse_or_mask[16] = { 0x0c00, 0x0c00, 0x0600, 0x0600, 0x0000, 0x0000, 0x0000, 0x0000 }; #endif +#endif static void vga_nop(scr_stat *scp, ...) |
