dfb api ready.
[physik/morpheus.git] / defines.h
index 0be5bc4..45be196 100644 (file)
--- 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