comparison libmenu/menu.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 6ac1ece1f9fe
children 4ebf3c3f2bf6
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 #ifndef MENU_H 1 #ifndef MPLAYER_MENU_H
2 #define MENU_H 2 #define MPLAYER_MENU_H
3 3
4 struct menu_priv_s; 4 struct menu_priv_s;
5 typedef struct menu_s menu_t; 5 typedef struct menu_s menu_t;
6 6
7 typedef struct menu_def_st menu_def_t; 7 typedef struct menu_def_st menu_def_t;
90 int x, int y,int w, int h, 90 int x, int y,int w, int h,
91 int vspace, int warp, int align, int anchor); 91 int vspace, int warp, int align, int anchor);
92 92
93 void menu_draw_box(mp_image_t* mpi, unsigned char grey, unsigned char alpha, int x, int y, int w, int h); 93 void menu_draw_box(mp_image_t* mpi, unsigned char grey, unsigned char alpha, int x, int y, int w, int h);
94 94
95 #endif /* MENU_H */ 95 #endif /* MPLAYER_MENU_H */