Fixed compilation warnings.

This commit is contained in:
Ruslan Ermilov 2002-03-06 08:55:34 +00:00
parent 9c15e38ac2
commit 97b6284457

View File

@ -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, ...)