comparison libmenu/menu.h @ 30642:a972c1a4a012

cosmetics: Rename struct vf_instance_s --> vf_instance.
author diego
date Sun, 21 Feb 2010 15:48:03 +0000
parents bf9ec7f73c86
children 1c540767767e
comparison
equal deleted inserted replaced
30641:b14b32c20935 30642:a972c1a4a012
112 int x, int y,int w, int h, 112 int x, int y,int w, int h,
113 int vspace, int warp, int align, int anchor); 113 int vspace, int warp, int align, int anchor);
114 114
115 void menu_draw_box(mp_image_t* mpi, unsigned char grey, unsigned char alpha, int x, int y, int w, int h); 115 void menu_draw_box(mp_image_t* mpi, unsigned char grey, unsigned char alpha, int x, int y, int w, int h);
116 116
117 void vf_menu_pause_update(struct vf_instance_s* vf); 117 void vf_menu_pause_update(struct vf_instance *vf);
118 118
119 #endif /* MPLAYER_MENU_H */ 119 #endif /* MPLAYER_MENU_H */