summaryrefslogtreecommitdiff
path: root/hdaps-tux.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@xenon.tklauser.home>2006-07-08 15:38:43 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2006-07-08 15:38:43 +0200
commit40e391572e076713a8dd52571b0471bc95702839 (patch)
treec1a774402e8c906e6eeac90f7a725e73d7647d29 /hdaps-tux.h
parentdc2bf2156c398734445a6d2fd237f52a81093853 (diff)
Window width and height into constants
Diffstat (limited to 'hdaps-tux.h')
-rw-r--r--hdaps-tux.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hdaps-tux.h b/hdaps-tux.h
index 258e398..1c041f1 100644
--- a/hdaps-tux.h
+++ b/hdaps-tux.h
@@ -4,6 +4,11 @@
#define POSITION_FILE "/sys/devices/platform/hdaps/position"
#define TUX_FILE "tux.bmp"
+/* UI constants */
+#define W_WIDTH 480
+#define W_HEIGHT 480
+
+/* Polling constants */
#define TIMEOUT_VAL 15
#ifdef DEBUG