-
[my-code/ivac.git] / ivac.h
diff --git a/ivac.h b/ivac.h
index beb9b82..030b144 100644 (file)
--- a/ivac.h
+++ b/ivac.h
 
 struct dfb_stuff {
        IDirectFB *dfb;
-       IDirectFBSurface *p_surface;
-       IDirectFBFont *font;
-       IDirectFBInputDevice *keyboard;
-       IDirectFBEventBuffer *k_buffer;
-       IDirectFBVideoProvider *v_provider;
+       IDirectFBDisplayLayer *layer;
        IDirectFBImageProvider *i_provider;
-       int s_width,s_height;
-       DFBRectangle rect;
-       int count;
+       IDirectFBVideoProvider *v_provider;
+       IDirectFBWindow *window,*v_window;;
+       IDirectFBSurface *v_surface,*i_surface,*surface;
+       IDirectFBFont *font;
+       IDirectFBInputDevice *keyboard,*mouse;
+       IDirectFBEventBuffer *buffer;
 };
 
 struct ivac {
@@ -35,6 +34,7 @@ struct ivac {
        char video_dev[MAX_CHAR_VIDEO_DEV];
        char audio_dev[MAX_CHAR_AUDIO_DEV];
        unsigned char flags;
+       int count;
 };