aboutsummaryrefslogtreecommitdiffstats
path: root/XWindow.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-10-22 04:32:25 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-10-22 04:32:25 +0000
commit865a7f3b947c32ceefc63dc3d4112b51d7e9991c (patch)
tree498d0387f2d92edcef538403ab916ed1f21c656f /XWindow.c
parent76a717b70b1e3f7d58cefdfec3f647a17756d7e9 (diff)
downloadlcd4linux-865a7f3b947c32ceefc63dc3d4112b51d7e9991c.tar.gz
[lcd4linux @ 2003-10-22 04:32:25 by reinelt]
fixed icon bug found by Rob van Nieuwkerk git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@268 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'XWindow.c')
-rw-r--r--XWindow.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/XWindow.c b/XWindow.c
index c8e9caf..d186964 100644
--- a/XWindow.c
+++ b/XWindow.c
@@ -1,4 +1,4 @@
-/* $Id: XWindow.c,v 1.35 2003/10/05 17:58:50 reinelt Exp $
+/* $Id: XWindow.c,v 1.36 2003/10/22 04:32:25 reinelt Exp $
*
* X11 Driver for LCD4Linux
*
@@ -22,6 +22,9 @@
*
*
* $Log: XWindow.c,v $
+ * Revision 1.36 2003/10/22 04:32:25 reinelt
+ * fixed icon bug found by Rob van Nieuwkerk
+ *
* Revision 1.35 2003/10/05 17:58:50 reinelt
* libtool junk; copyright messages cleaned up
*
@@ -464,7 +467,9 @@ int xlcdinit(LCD *Self)
int xlcdclear(int full)
{
- return pix_clear();
+ icon_clear();
+ pix_clear();
+ return 0;
}