diff command.c @ 27345:b597fd2924b4

Rename preprocessor directive HAVE_MENU --> CONFIG_MENU.
author diego
date Wed, 30 Jul 2008 18:07:19 +0000
parents 5fe6a8adf569
children 14c5017f40d2
line wrap: on
line diff
--- a/command.c	Wed Jul 30 13:46:27 2008 +0000
+++ b/command.c	Wed Jul 30 18:07:19 2008 +0000
@@ -50,7 +50,7 @@
 #include "libass/ass.h"
 #include "libass/ass_mp.h"
 #endif
-#ifdef HAVE_MENU
+#ifdef CONFIG_MENU
 #include "m_struct.h"
 #include "libmenu/menu.h"
 #endif
@@ -3124,7 +3124,7 @@
 				    "Selected button number %d", button);
 		}
 #endif
-#ifdef HAVE_MENU
+#ifdef CONFIG_MENU
 		if (use_menu && dx >= 0.0 && dy >= 0.0)
 		    menu_update_mouse_pos(dx, dy);
 #endif