From cb95898b90081079571dfbff493f9f8611637590 Mon Sep 17 00:00:00 2001 From: reinelt Date: Sat, 10 Jan 2004 17:34:40 +0000 Subject: [lcd4linux @ 2004-01-10 17:34:40 by reinelt] further matrixOrbital changes widgets initialized git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@301 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- widget.h | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'widget.h') diff --git a/widget.h b/widget.h index d487826..05999e6 100644 --- a/widget.h +++ b/widget.h @@ -1,8 +1,9 @@ -/* $Id: widget.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $ +/* $Id: widget.h,v 1.3 2004/01/10 17:34:40 reinelt Exp $ * * generic widget handling * - * Copyright 2003 Michael Reinelt + * Copyright 2003,2004 Michael Reinelt + * Copyright 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -22,6 +23,10 @@ * * * $Log: widget.h,v $ + * Revision 1.3 2004/01/10 17:34:40 reinelt + * further matrixOrbital changes + * widgets initialized + * * Revision 1.2 2003/10/05 17:58:50 reinelt * libtool junk; copyright messages cleaned up * @@ -34,13 +39,6 @@ #ifndef _WIDGET_H_ #define _WIDGET_H_ -typedef struct widget { - int x, y; - int w, h; - -} WIDGET; - -int widget_init (int rows, int cols, int xres, int yres); -void widget_clear(void); +int widget_register (void); #endif -- cgit v1.2.3