X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fivac.git;a=blobdiff_plain;f=ivac.h;h=030b1444a16a9aedea8d815b32ebff7d174b5270;hp=beb9b821c1adbd89c89d6aefdff84b8be90d08b0;hb=38a94016ecd0208d5475d31a7df3b684b1891ba1;hpb=9150a149d453da8cffd8bc362d829cebb06ae3df diff --git a/ivac.h b/ivac.h index beb9b82..030b144 100644 --- a/ivac.h +++ b/ivac.h @@ -19,15 +19,14 @@ 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; };