From 3cac7824479e0eef3b0bc6e33e5b4d157119a646 Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 13 Jan 2004 08:18:20 +0000 Subject: [lcd4linux @ 2004-01-13 08:18:07 by reinelt] timer queues added liblcd4linux deactivated turing transformation to new layout git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@308 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- widget.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'widget.h') diff --git a/widget.h b/widget.h index 181e20b..95a8586 100644 --- a/widget.h +++ b/widget.h @@ -1,4 +1,4 @@ -/* $Id: widget.h,v 1.5 2004/01/11 18:26:02 reinelt Exp $ +/* $Id: widget.h,v 1.6 2004/01/13 08:18:20 reinelt Exp $ * * generic widget handling * @@ -23,6 +23,10 @@ * * * $Log: widget.h,v $ + * Revision 1.6 2004/01/13 08:18:20 reinelt + * timer queues added + * liblcd4linux deactivated turing transformation to new layout + * * Revision 1.5 2004/01/11 18:26:02 reinelt * further widget and layout processing * @@ -70,6 +74,7 @@ typedef struct WIDGET{ int widget_register (WIDGET_CLASS *widget); +int widget_add (char *name); // some basic widgets -- cgit v1.2.3