X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=defines.h;h=17e83cfb1b91e126c009f8e38aa843f3575f5e75;hb=dcc213e7fef0a79e92d8548bd9a37461e91c9a5c;hp=19ce139ab03129112d39b7265552db205e3c12ab;hpb=bc4fbff2dcad64083b2fa7403d6d17650097c0fd;p=physik%2Fmorpheus.git diff --git a/defines.h b/defines.h index 19ce139..17e83cf 100644 --- a/defines.h +++ b/defines.h @@ -9,6 +9,8 @@ #include #endif +#define NOT_SPECIFIED 0 + #define DEFAULT_X_SEG 50 #define DEFAULT_Y_SEG 50 #define DEFAULT_Z_SEG 100 @@ -16,11 +18,15 @@ #define DEFAULT_SLOPE_NEL 1 #define DEFAULT_START_NEL 0 +#define DEFAULT_A_P_RANGE 0.2 +#define DEFAULT_A_P_FAKTOR 0.2 + #define DEFAULT_STEPS 5000 /* program defines, dont touch ;) */ #define URAND_MAX 0xffffffff +#define URAND_2BYTE_MAX 0xffff typedef unsigned int u32; typedef long long unsigned int u64; @@ -40,17 +46,20 @@ typedef struct __display { #ifdef USE_DFB_API IDirectFB *dfb; /* pointer to dfb main construct */ IDirectFBSurface *primary_surface; /* pointer to dfb primary surface */ + IDirectFBFont *font; /* the font */ + IDirectFBInputDevice *keyboard; /* for keyboard input */ + IDirectFBEventBuffer *keyboard_buffer; /* event buffer */ #endif int screen_height,screen_width; /* screen dimensions */ } display; -#define DEFAULT_DISPLAY_X 25 -#define DEFAULT_DISPLAY_Y 25 -#define DEFAULT_DISPLAY_Z 50 #define DEFAULT_DISPLAY_REF_RATE 100 #define DISPLAY_X_FREE 15 #define DISPLAY_Y_FREE 15 + +#define DISPLAY_FONT "/usr/share/DFBSee/decker.ttf" +#define MAX_TXT 20 /* masks for u32 cell */ #define AMORPH 0x00000001