more
authorhackbard <hackbard>
Sun, 3 Jul 2005 23:34:15 +0000 (23:34 +0000)
committerhackbard <hackbard>
Sun, 3 Jul 2005 23:34:15 +0000 (23:34 +0000)
dfb/dfb.h

index bf33003..63f395e 100644 (file)
--- a/dfb/dfb.h
+++ b/dfb/dfb.h
 #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;