Added target-specifc mouse configuration values.

This commit is contained in:
oliverschmidt 2007-12-20 22:59:41 +00:00
parent e63610e1c9
commit c36697fca9

View File

@ -30,7 +30,7 @@
* *
* Author: Oliver Schmidt <ol.sc@web.de> * Author: Oliver Schmidt <ol.sc@web.de>
* *
* $Id: contiki-conf.h,v 1.8 2007/12/18 17:51:20 oliverschmidt Exp $ * $Id: contiki-conf.h,v 1.9 2007/12/20 22:59:41 oliverschmidt Exp $
*/ */
#ifndef __CONTIKI_CONF_H__ #ifndef __CONTIKI_CONF_H__
@ -56,7 +56,11 @@
#define CTK_CONF_ICONS 0 #define CTK_CONF_ICONS 0
#define CTK_CONF_MENUS 0 #define CTK_CONF_MENUS 0
#define CTK_CONF_SCREENSAVER 0 #define CTK_CONF_SCREENSAVER 0
#define CTK_CONF_MOUSE_SUPPORT 0 #define CTK_CONF_MOUSE_SUPPORT 1
#define MOUSE_CONF_DRIVER "a2e.stdmou.mou"
#define MOUSE_CONF_XTOC(x) ((x) * 2 / 7)
#define MOUSE_CONF_YTOC(y) ((y) / 8)
#define WEBSERVER_CONF_CGI_CONNS UIP_CONNS #define WEBSERVER_CONF_CGI_CONNS UIP_CONNS
#define WEBSERVER_CONF_CFS_CONNS 3 #define WEBSERVER_CONF_CFS_CONNS 3