mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 20:34:58 +00:00
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:
parent
89dfec20a2
commit
93e9e860d7
2
Makefile
2
Makefile
@ -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 \
|
||||
|
@ -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"
|
@ -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;
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user