aboutsummaryrefslogtreecommitdiffstats
path: root/widget.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-10 17:34:40 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-10 17:34:40 +0000
commitcb95898b90081079571dfbff493f9f8611637590 (patch)
tree8ac5cf73fb5b7424c58b47c8906895091ace24f6 /widget.h
parentf223eb72233c076b781c2db7b99af394442a64e6 (diff)
downloadlcd4linux-cb95898b90081079571dfbff493f9f8611637590.tar.gz
[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
Diffstat (limited to 'widget.h')
-rw-r--r--widget.h18
1 files changed, 8 insertions, 10 deletions
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 <reinelt@eunet.at>
+ * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* 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