From 40e391572e076713a8dd52571b0471bc95702839 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 8 Jul 2006 15:38:43 +0200 Subject: Window width and height into constants --- hdaps-tux.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hdaps-tux.h') 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 -- cgit v1.2.3-54-g00ecf