Rename gui/mplayer/gtk/menu.[ch] --> gui/mplayer/gtk/gtkmenu.[ch].

This avoids confusion with headers of the same name in other places.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30573 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-02-14 12:55:02 +00:00
parent 89dfec20a2
commit 93e9e860d7
5 changed files with 5 additions and 6 deletions

View File

@ -572,9 +572,9 @@ SRCS_MPLAYER-$(GUI_GTK) += gui/app.c \
gui/mplayer/gtk/eq.c \
gui/mplayer/gtk/fs.c \
gui/mplayer/gtk/gtk_common.c \
gui/mplayer/gtk/gtk_menu.c \
gui/mplayer/gtk/gtk_url.c \
gui/mplayer/gtk/mb.c \
gui/mplayer/gtk/menu.c \
gui/mplayer/gtk/opts.c \
gui/mplayer/gtk/pl.c \
gui/mplayer/gtk/sb.c \

View File

@ -25,7 +25,7 @@
#include "access_mpcontext.h"
#include "mixer.h"
#include "menu.h"
#include "gtk_menu.h"
#include "gui/mplayer/widgets.h"
#include "gui/mplayer/gmplayer.h"
#include "gui/app.h"

View File

@ -151,7 +151,7 @@ void mplMenuInit( void )
if ( ( mplMenuDrawBuffer = calloc( 1,appMPlayer.menuBase.Bitmap.ImageSize ) ) == NULL )
{
#ifdef DEBUG
mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[menu.h] %s",MSGTR_NEMFMR );
mp_msg( MSGT_GPLAYER,MSGL_DBG2,MSGTR_NEMFMR );
#endif
gtkMessageBox( GTK_MB_FATAL,MSGTR_NEMFMR );
return;
@ -164,7 +164,7 @@ void mplMenuInit( void )
wsSetShape( &appMPlayer.menuWindow,appMPlayer.menuBase.Mask.Image );
#ifdef DEBUG
mp_msg( MSGT_GPLAYER,MSGL_DBG2,"[menu.h] menu: 0x%x\n",(int)appMPlayer.menuWindow.WindowID );
mp_msg( MSGT_GPLAYER,MSGL_DBG2,"menu: 0x%x\n",(int)appMPlayer.menuWindow.WindowID );
#endif
mplMenuIsInitialized=1;

View File

@ -41,7 +41,6 @@
#include "gui/wm/ws.h"
#include "gtk/menu.h"
#include "play.h"
#include "gtk/fs.h"
@ -60,7 +59,7 @@ int gtkInitialized = 0;
#include "gtk/mb.h"
#include "gtk/about.h"
#include "gtk/opts.h"
#include "gtk/menu.h"
#include "gtk/gtk_menu.h"
#include "gtk/gtk_url.h"
#include "gtk/eq.h"