aboutsummaryrefslogtreecommitdiffstats
path: root/XWindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'XWindow.c')
-rw-r--r--XWindow.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/XWindow.c b/XWindow.c
index 0e77c07..2902ebf 100644
--- a/XWindow.c
+++ b/XWindow.c
@@ -1,4 +1,4 @@
-/* $Id: XWindow.c,v 1.31 2003/04/12 16:23:10 reinelt Exp $
+/* $Id: XWindow.c,v 1.32 2003/07/24 04:48:09 reinelt Exp $
*
* X11 Driver for LCD4Linux
*
@@ -20,6 +20,9 @@
*
*
* $Log: XWindow.c,v $
+ * Revision 1.32 2003/07/24 04:48:09 reinelt
+ * 'soft clear' needed for virtual rows
+ *
* Revision 1.31 2003/04/12 16:23:10 reinelt
* small glitch in XWindow.c (thanks to Moe Wibble)
*
@@ -436,7 +439,7 @@ int xlcdinit(LCD *Self)
}
-int xlcdclear()
+int xlcdclear(int full)
{
return pix_clear();
}