1
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 06:03:45 +01:00

Rename common.[ch] to gtk_common.[ch], there are too many files by that name.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25629 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-01-06 16:22:00 +00:00
parent 2bc03fd010
commit d64cf43315
11 changed files with 10 additions and 10 deletions

View File

@ -41,7 +41,7 @@ SRCS_MPLAYER = wm/ws.c \
mplayer/gtk/opts.c \
mplayer/gtk/url.c \
mplayer/gtk/eq.c \
mplayer/gtk/common.c \
mplayer/gtk/gtk_common.c \
endif

View File

@ -6,7 +6,7 @@
#include "mplayer/pixmaps/about.xpm"
#include "../widgets.h"
#include "about.h"
#include "common.h"
#include "gtk_common.h"
GtkWidget * About = NULL;

View File

@ -22,7 +22,7 @@
#include "../widgets.h"
#include "eq.h"
#include "common.h"
#include "gtk_common.h"
#define eqRange 15

View File

@ -21,7 +21,7 @@
#include "../widgets.h"
#include "fs.h"
#include "opts.h"
#include "common.h"
#include "gtk_common.h"
#ifndef __linux__
#define get_current_dir_name() getcwd(NULL, PATH_MAX)

View File

@ -2,7 +2,7 @@
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
#include "common.h"
#include "gtk_common.h"
void WidgetDestroy( GtkWidget * widget,GtkWidget ** widget_pointer )
{

View File

@ -8,7 +8,7 @@
#include "../widgets.h"
#include "mb.h"
#include "common.h"
#include "gtk_common.h"
GtkWidget * gtkMessageBoxText;
GtkWidget * MessageBox = NULL;

View File

@ -25,7 +25,7 @@
#include "../widgets.h"
#include "opts.h"
#include "fs.h"
#include "common.h"
#include "gtk_common.h"
// for mpcodecs_[av]d_drivers:
#include "libmpcodecs/vd.h"

View File

@ -17,7 +17,7 @@
#include "interface.h"
#include "../widgets.h"
#include "pl.h"
#include "common.h"
#include "gtk_common.h"
static char * book_open_xpm[] = {
"16 16 4 1",

View File

@ -7,7 +7,7 @@
#include <stdio.h>
#include "sb.h"
#include "common.h"
#include "gtk_common.h"
#include "app.h"
#include "config.h"

View File

@ -10,7 +10,7 @@
#include <gtk/gtk.h>
#include "url.h"
#include "common.h"
#include "gtk_common.h"
#include "interface.h"
#include "app.h"
#include "../widgets.h"