This updates these drivers with minor bug fixes.

This commit is contained in:
ddouthitt
2001-10-05 23:50:37 +00:00
parent ae18a158fc
commit df90652a8b
6 changed files with 20 additions and 20 deletions
+6 -6
View File
@@ -247,11 +247,11 @@ svgalib_drv_init (struct lcd_logical_driver *driver, char *args)
{
char *argv[64];
int argc;
int i, j;
//int i, j;
int VGAMODE;
int fgtemp;
char param[100];
char buffer[1024];
//int fgtemp;
//char param[100];
//char buffer[1024];
/* not used at the moment */
argc = get_args (argv, args, 64);
@@ -474,8 +474,8 @@ char
svgalib_drv_getkey ()
{
int i;
int loop;
FILE *fd;
//int loop;
//FILE *fd;
i = vga_getkey ();
if (i) {
switch (i) {