From: hackbard Date: Sun, 3 Jul 2005 23:34:15 +0000 (+0000) Subject: more X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fapi.git;a=commitdiff_plain;h=3ec9064832fc11b712e2f040b03c9cc5ecfbfeec more --- 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;