Rename url.c/url.h to the less generic gtk_url.c/gtk_url.h.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26169 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-03-05 07:59:37 +00:00
parent bab8e78a2b
commit 9e1391b534
4 changed files with 6 additions and 6 deletions

View File

@ -31,12 +31,12 @@ SRCS_MPLAYER = app.c \
mplayer/gtk/eq.c \
mplayer/gtk/fs.c \
mplayer/gtk/gtk_common.c \
mplayer/gtk/gtk_url.c \
mplayer/gtk/mb.c \
mplayer/gtk/menu.c \
mplayer/gtk/opts.c \
mplayer/gtk/pl.c \
mplayer/gtk/sb.c \
mplayer/gtk/url.c \
skin/cut.c \
skin/font.c \
skin/skin.c \

View File

@ -9,7 +9,7 @@
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
#include "url.h"
#include "gtk_url.h"
#include "gtk_common.h"
#include "interface.h"
#include "app.h"

View File

@ -1,5 +1,5 @@
#ifndef MPLAYER_GUI_URL_H
#define MPLAYER_GUI_URL_H
#ifndef MPLAYER_GUI_GTK_URL_H
#define MPLAYER_GUI_GTK_URL_H
#include <gtk/gtk.h>
@ -9,4 +9,4 @@ extern int gtkVURLDialogBox;
extern void ShowURLDialogBox( void );
extern GtkWidget * create_URL( void );
#endif /* MPLAYER_GUI_URL_H */
#endif /* MPLAYER_GUI_GTK_URL_H */

View File

@ -44,7 +44,7 @@ int gtkInitialized = 0;
#include "gtk/about.h"
#include "gtk/opts.h"
#include "gtk/menu.h"
#include "gtk/url.h"
#include "gtk/gtk_url.h"
#include "gtk/eq.h"
#include "pixmaps/MPlayer_mini.xpm"