From fc7b0d31bc93f1f74cab87ad50bc21f0b884280b Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sun, 31 Jan 2010 21:50:11 +0000 Subject: [PATCH] Added configuration values for the email client example. --- platform/apple2enh/contiki-conf.h | 6 +++++- platform/c128/contiki-conf.h | 6 +++++- platform/c64/contiki-conf.h | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/platform/apple2enh/contiki-conf.h b/platform/apple2enh/contiki-conf.h index cae382846..1cfc17625 100644 --- a/platform/apple2enh/contiki-conf.h +++ b/platform/apple2enh/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.17 2010/01/31 18:30:50 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.18 2010/01/31 21:50:11 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -48,6 +48,10 @@ #define MOUSE_CONF_XTOC(x) ((x) * 2 / 7) #define MOUSE_CONF_YTOC(y) ((y) / 8) +#define EMAIL_CONF_WIDTH 79 +#define EMAIL_CONF_HEIGHT 19 +#define EMAIL_CONF_ERASE 0 + #define IRC_CONF_WIDTH 80 #define IRC_CONF_HEIGHT 23 diff --git a/platform/c128/contiki-conf.h b/platform/c128/contiki-conf.h index 240b10247..a798f5f5e 100644 --- a/platform/c128/contiki-conf.h +++ b/platform/c128/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.4 2010/01/31 20:42:49 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.5 2010/01/31 21:54:36 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -56,6 +56,10 @@ #define WIDGETCOLOR_FWIN COLOR_LIGHTBLUE #define WIDGETCOLOR_HLINK COLOR_CYAN +#define EMAIL_CONF_WIDTH 79 +#define EMAIL_CONF_HEIGHT 20 +#define EMAIL_CONF_ERASE 0 + #define IRC_CONF_WIDTH 80 #define IRC_CONF_HEIGHT 24 diff --git a/platform/c64/contiki-conf.h b/platform/c64/contiki-conf.h index 73e42f746..439735fff 100644 --- a/platform/c64/contiki-conf.h +++ b/platform/c64/contiki-conf.h @@ -30,7 +30,7 @@ * * Author: Oliver Schmidt * - * $Id: contiki-conf.h,v 1.18 2010/01/31 18:30:50 oliverschmidt Exp $ + * $Id: contiki-conf.h,v 1.19 2010/01/31 21:50:11 oliverschmidt Exp $ */ #ifndef __CONTIKI_CONF_H__ @@ -56,6 +56,10 @@ #define WIDGETCOLOR_FWIN COLOR_LIGHTBLUE #define WIDGETCOLOR_HLINK COLOR_CYAN +#define EMAIL_CONF_WIDTH 39 +#define EMAIL_CONF_HEIGHT 20 +#define EMAIL_CONF_ERASE 0 + #define IRC_CONF_WIDTH 40 #define IRC_CONF_HEIGHT 24