aboutsummaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-17 09:21:42 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-03-17 09:21:42 +0000
commitdb5e3666b5a2e9d3e35ada41ebf0a1a2e0897e53 (patch)
treeb272ca66f110226c95ebe528e2bfabfbe3139853 /display.h
parent1f0791dbac416903409b420ce5bdd73a1944c3d4 (diff)
downloadlcd4linux-db5e3666b5a2e9d3e35ada41ebf0a1a2e0897e53.tar.gz
[lcd4linux @ 2000-03-17 09:21:42 by reinelt]
various memory statistics added git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@11 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'display.h')
-rw-r--r--display.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/display.h b/display.h
index 988389a..937d030 100644
--- a/display.h
+++ b/display.h
@@ -1,4 +1,4 @@
-/* $Id: display.h,v 1.6 2000/03/13 15:58:24 reinelt Exp $
+/* $Id: display.h,v 1.7 2000/03/17 09:21:42 reinelt Exp $
*
* framework for device drivers
*
@@ -20,6 +20,10 @@
*
*
* $Log: display.h,v $
+ * Revision 1.7 2000/03/17 09:21:42 reinelt
+ *
+ * various memory statistics added
+ *
* Revision 1.6 2000/03/13 15:58:24 reinelt
*
* release 0.9
@@ -56,6 +60,7 @@
#define BAR_H (BAR_L | BAR_R)
#define BAR_V (BAR_U | BAR_D)
+#define BAR_HV (BAR_H | BAR_V)
typedef struct DISPLAY {
char name[16];