aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
authorcmay <cmay@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-02-21 15:55:59 +0000
committercmay <cmay@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-02-21 15:55:59 +0000
commit6fcef13439f4fe3b62129b79153e3c9a20d0f0eb (patch)
tree8f815d007711d1ba18bfbcf060d0b86984fdd5aa /widget.h
parent441c85697d0ceedfb375fed3840b3e21137268e8 (diff)
downloadlcd4linux-6fcef13439f4fe3b62129b79153e3c9a20d0f0eb.tar.gz
[lcd4linux @ 2006-02-21 15:55:59 by cmay]
removed new update function for keypad, consolidated it with draw git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@643 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/widget.h b/widget.h
index d5f7abd..13fd297 100644
--- a/widget.h
+++ b/widget.h
@@ -1,4 +1,4 @@
-/* $Id: widget.h,v 1.18 2006/02/21 05:50:34 reinelt Exp $
+/* $Id: widget.h,v 1.19 2006/02/21 15:55:59 cmay Exp $
*
* generic widget handling
*
@@ -23,6 +23,9 @@
*
*
* $Log: widget.h,v $
+ * Revision 1.19 2006/02/21 15:55:59 cmay
+ * removed new update function for keypad, consolidated it with draw
+ *
* Revision 1.18 2006/02/21 05:50:34 reinelt
* keypad support from Cris Maj
*
@@ -111,7 +114,6 @@ typedef struct WIDGET_CLASS {
int (*init) (struct WIDGET * Self);
int (*draw) (struct WIDGET * Self);
int (*find) (struct WIDGET * Self, void *needle);
- void (*update) (void *Self);
int (*quit) (struct WIDGET * Self);
} WIDGET_CLASS;