summaryrefslogtreecommitdiffstats
path: root/libmenu/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu/menu.h')
-rw-r--r--libmenu/menu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libmenu/menu.h b/libmenu/menu.h
index 0f1403b7f8..62f137fb96 100644
--- a/libmenu/menu.h
+++ b/libmenu/menu.h
@@ -1,5 +1,5 @@
-#ifndef MENU_H
-#define MENU_H
+#ifndef MPLAYER_MENU_H
+#define MPLAYER_MENU_H
struct menu_priv_s;
typedef struct menu_s menu_t;
@@ -92,4 +92,4 @@ void menu_draw_text_full(mp_image_t* mpi,char* txt,
void menu_draw_box(mp_image_t* mpi, unsigned char grey, unsigned char alpha, int x, int y, int w, int h);
-#endif /* MENU_H */
+#endif /* MPLAYER_MENU_H */