From 6fcef13439f4fe3b62129b79153e3c9a20d0f0eb Mon Sep 17 00:00:00 2001 From: cmay Date: Tue, 21 Feb 2006 15:55:59 +0000 Subject: [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 --- widget.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'widget.h') 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; -- cgit v1.2.3