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:
parent
2bc03fd010
commit
d64cf43315
@ -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
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "../widgets.h"
|
||||
|
||||
#include "eq.h"
|
||||
#include "common.h"
|
||||
#include "gtk_common.h"
|
||||
|
||||
#define eqRange 15
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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 )
|
||||
{
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include "../widgets.h"
|
||||
#include "mb.h"
|
||||
#include "common.h"
|
||||
#include "gtk_common.h"
|
||||
|
||||
GtkWidget * gtkMessageBoxText;
|
||||
GtkWidget * MessageBox = NULL;
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -7,7 +7,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "sb.h"
|
||||
#include "common.h"
|
||||
#include "gtk_common.h"
|
||||
|
||||
#include "app.h"
|
||||
#include "config.h"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user