]> hackdaworld.org Git - my-code/api.git/commitdiff
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 bf330035ecb4d89f06f781a312f79ce3ea6cd8ef..63f395ef8966109df516c1d1dfe2abe4a30db684 100644 (file)
--- a/dfb/dfb.h
+++ b/dfb/dfb.h
 #define DFB_SUCCESS 1
 #define DFB_ERROR -1
 
 #define DFB_SUCCESS 1
 #define DFB_ERROR -1
 
+#define MAX_FN 64
+
 /* specific variables */
 typedef struct s_dfb {
   int outfd;
   IDirectFB *iface;
 /* 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;
   int max_x;
   int max_y;
   unsigned char mode;