From 9e59c1fa125bad30829d38300ecfca4e9aadff55 Mon Sep 17 00:00:00 2001 From: hackbard Date: Fri, 4 Apr 2003 14:39:16 +0000 Subject: [PATCH] - --- Makefile | 4 ++-- defines.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ad7af49..9e6b141 100644 --- a/Makefile +++ b/Makefile @@ -2,8 +2,8 @@ INCLUDEDIR = /usr/include -CFLAGS = -DDEBUG -DUSE_DFB_API -O3 -Wall -I/usr/include/directfb -LIBS = -L/usr/lib/directfb-0.9.15 -ldirectfb +CFLAGS = -DDEBUG -DUSE_DFB_API -O3 -Wall -I/usr/include/directfb -I/usr/local/include/directfb +LIBS = -L/usr/lib/directfb-0.9.15 -L/usr/local/lib/directfb-0.9.17 -ldirectfb OBJS = random.o display.o OBJS2 = morpheus diff --git a/defines.h b/defines.h index a886a60..9f33690 100644 --- a/defines.h +++ b/defines.h @@ -24,11 +24,11 @@ #define DEFAULT_C_DIST_START_CONC 0 #define DEFAULT_C_DIST_SLOPE 1 -#define DEFAULT_C_C0 5000 +#define DEFAULT_C_C0 500000 #define DEFAULT_STEPS 5000 -#define RAND_BUF_SIZE 1048576 /* 1 MB */ +#define RAND_BUF_SIZE 64*1048576 /* 64 MB */ /* program defines, dont touch ;) */ @@ -70,7 +70,7 @@ typedef struct __display { #define DISPLAY_X_FREE 15 #define DISPLAY_Y_FREE 15 -#define DISPLAY_FONT "/usr/share/DFBSee/decker.ttf" +#define DISPLAY_FONT "./decker.ttf" #define MAX_TXT 20 /* masks for u32 cell */ -- 2.20.1