From 3ec9064832fc11b712e2f040b03c9cc5ecfbfeec Mon Sep 17 00:00:00 2001 From: hackbard Date: Sun, 3 Jul 2005 23:34:15 +0000 Subject: [PATCH] more --- dfb/dfb.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dfb/dfb.h b/dfb/dfb.h index bf33003..63f395e 100644 --- a/dfb/dfb.h +++ b/dfb/dfb.h @@ -18,14 +18,17 @@ #define DFB_SUCCESS 1 #define DFB_ERROR -1 +#define MAX_FN 64 + /* specific variables */ typedef struct s_dfb { int outfd; IDirectFB *iface; - IDirectFBSurface primary; - t_list image; - t_list video; - t_list font; + IDirectFBSurface *primary; + IDirectFBImageProvider *image; + IDirectFBVideoProvider *video; + IDirectFBFont *font; + char fontname[MAX_FN]; int max_x; int max_y; unsigned char mode; -- 2.20.1