some more dfb stuff
[physik/morpheus.git] / defines.h
index 0be5bc4..19ce139 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -36,7 +36,7 @@ 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 */
@@ -49,6 +49,8 @@ typedef struct __display {
 #define DEFAULT_DISPLAY_Z 50
 #define DEFAULT_DISPLAY_REF_RATE 100
 
+#define DISPLAY_X_FREE 15
+#define DISPLAY_Y_FREE 15
  
 /* masks for u32 cell */
 #define AMORPH 0x00000001