patch-2.1.17 linux/drivers/sbus/char/cgsix.c
Next file: linux/drivers/scsi/a2091.c
Previous file: linux/drivers/sbus/audio/bounce.h
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Thu Dec 19 11:15:01 1996
- Orig file:
v2.1.16/linux/drivers/sbus/char/cgsix.c
- Orig date:
Wed Dec 18 15:58:48 1996
diff -u --recursive --new-file v2.1.16/linux/drivers/sbus/char/cgsix.c linux/drivers/sbus/char/cgsix.c
@@ -1,4 +1,4 @@
-/* $Id: cgsix.c,v 1.18 1996/11/13 05:10:19 davem Exp $
+/* $Id: cgsix.c,v 1.19 1996/12/19 08:07:35 davem Exp $
* cgsix.c: cgsix frame buffer driver
*
* Copyright (C) 1996 Miguel de Icaza (miguel@nuclecu.unam.mx)
@@ -219,7 +219,10 @@
static void cg6_blitc(unsigned short, int, int);
static void cg6_setw(int, int, unsigned short, int);
static void cg6_cpyw(int, int, unsigned short *, int);
+
+#if 0
static void cg6_fill(int, int, int *);
+#endif
/* Ugh: X wants to mmap a bunch of cute stuff at the same time :-( */
/* So, we just mmap the things that are being asked for */
@@ -616,6 +619,7 @@
#define GX_FILL_END \
}
+#if 0
static void cg6_fill(int attrib, int count, int *boxes)
{
register int r;
@@ -634,3 +638,4 @@
}
GX_FILL_END
}
+#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov