X-Git-Url: https://www.hackdaworld.org/gitweb/?a=blobdiff_plain;f=defines.h;h=aac65620229eedfdc295679724ce44b5634665a1;hb=9d299f65c528e62247efb3b7f2b70468f43a255c;hp=19ce139ab03129112d39b7265552db205e3c12ab;hpb=bc4fbff2dcad64083b2fa7403d6d17650097c0fd;p=physik%2Fmorpheus.git diff --git a/defines.h b/defines.h index 19ce139..aac6562 100644 --- a/defines.h +++ b/defines.h @@ -40,17 +40,18 @@ 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 */ #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