|
|
@ -1,4 +1,4 @@
|
|
|
|
/* $Id: basic.h,v 1.44 2003/07/27 20:53:21 stpohle Exp $ */
|
|
|
|
/* $Id: basic.h,v 1.45 2003/07/27 20:55:14 stpohle Exp $ */
|
|
|
|
/* basic types which we need everywhere */
|
|
|
|
/* basic types which we need everywhere */
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef _BC_BASIC_H_
|
|
|
|
#ifndef _BC_BASIC_H_
|
|
|
@ -80,8 +80,8 @@
|
|
|
|
#define MENU_BG_SHADE_DARK -64
|
|
|
|
#define MENU_BG_SHADE_DARK -64
|
|
|
|
#define MENU_BG_SHADE_BRIGHT 64
|
|
|
|
#define MENU_BG_SHADE_BRIGHT 64
|
|
|
|
|
|
|
|
|
|
|
|
#define FIELDECHECK_TIMEOUT 100 /* timeout for the field check function */
|
|
|
|
#define FIELDECHECK_TIMEOUT 500 /* timeout for the field check function */
|
|
|
|
#define FIELDHURRYWARN 200 /* hurry warning */
|
|
|
|
#define FIELDHURRYWARN 2000 /* hurry warning */
|
|
|
|
#define FIELDHURRYDROPTO 50 /* timeout when to put in some special items */
|
|
|
|
#define FIELDHURRYDROPTO 50 /* timeout when to put in some special items */
|
|
|
|
#define FIELDHURRYSIZE 5 /* timeout when to put in some special items */
|
|
|
|
#define FIELDHURRYSIZE 5 /* timeout when to put in some special items */
|
|
|
|
#define FIELDHURRYSIZEMIN 15 /* min size for the field */
|
|
|
|
#define FIELDHURRYSIZEMIN 15 /* min size for the field */
|
|
|
|