X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fmorpheus.git;a=blobdiff_plain;f=defines.h;h=45be196df5773629bfc3e3990ea1bb3ea6c37cbe;hp=0be5bc4dcc6c4f24eb1a0f7aeea3cb515b83aa55;hb=a41ec558b235239b4a544297456369d818660543;hpb=0ba7850819572931f67d28ebca0cc7d73d7c6dea diff --git a/defines.h b/defines.h index 0be5bc4..45be196 100644 --- a/defines.h +++ b/defines.h @@ -36,10 +36,11 @@ typedef long long unsigned int u64; /* display stuff */ typedef struct __display { u32 max_x,max_y,max_z; /* dimensions */ - u32 *cell_p; /* pointer to cell data */ + void *cell_p; /* pointer to cell data */ #ifdef USE_DFB_API IDirectFB *dfb; /* pointer to dfb main construct */ IDirectFBSurface *primary_surface; /* pointer to dfb primary surface */ + IDirectFBFont *font; /* the font */ #endif int screen_height,screen_width; /* screen dimensions */ } display; @@ -49,6 +50,11 @@ typedef struct __display { #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