[MPlayer-cvslog] CVS: main/Gui/wm ws.c,1.78,1.79 wsxdnd.c,1.7,1.8
Diego Biurrun CVS
syncmail at mplayerhq.hu
Thu Dec 8 23:13:00 CET 2005
- Previous message: [MPlayer-cvslog] CVS: main/Gui/skin font.c, 1.17, 1.18 font.h, 1.7, 1.8 skin.c, 1.28, 1.29 skin.h, 1.5, 1.6
- Next message: [MPlayer-cvslog] CVS: main/Gui/mplayer/gtk about.c, 1.24, 1.25 eq.c, 1.16, 1.17 fs.c, 1.51, 1.52 mb.c, 1.18, 1.19 menu.c, 1.34, 1.35 opts.c, 1.70, 1.71 pl.c, 1.17, 1.18 sb.c, 1.17, 1.18 url.c, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main/Gui/wm
In directory mail:/var2/tmp/cvs-serv25985/Gui/wm
Modified Files:
ws.c wsxdnd.c
Log Message:
Unify include paths, -I.. is in CFLAGS.
Index: ws.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ws.c 21 Aug 2005 10:19:25 -0000 1.78
+++ ws.c 8 Dec 2005 22:12:57 -0000 1.79
@@ -18,18 +18,18 @@
#include <inttypes.h>
-#include "../../config.h"
-#include "../../libvo/x11_common.h"
-#include "../../libvo/video_out.h"
+#include "../config.h"
+#include "../libvo/x11_common.h"
+#include "../libvo/video_out.h"
#include "ws.h"
#include "wsxdnd.h"
-#include "../../cpudetect.h"
-#include "../../postproc/swscale.h"
-#include "../../postproc/rgb2rgb.h"
-#include "../../libmpcodecs/vf_scale.h"
-#include "../../mp_msg.h"
-#include "../../help_mp.h"
-#include "../../mplayer.h"
+#include "../cpudetect.h"
+#include "../postproc/swscale.h"
+#include "../postproc/rgb2rgb.h"
+#include "../libmpcodecs/vf_scale.h"
+#include "../mp_msg.h"
+#include "../help_mp.h"
+#include "../mplayer.h"
#include <X11/extensions/XShm.h>
#ifdef HAVE_XSHAPE
Index: wsxdnd.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/wsxdnd.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- wsxdnd.c 15 Dec 2004 01:22:24 -0000 1.7
+++ wsxdnd.c 8 Dec 2005 22:12:57 -0000 1.8
@@ -11,8 +11,8 @@
#include <X11/Xatom.h>
-#include "../../mp_msg.h"
-#include "../../help_mp.h"
+#include "../mp_msg.h"
+#include "../help_mp.h"
#define XDND_VERSION 3L
- Previous message: [MPlayer-cvslog] CVS: main/Gui/skin font.c, 1.17, 1.18 font.h, 1.7, 1.8 skin.c, 1.28, 1.29 skin.h, 1.5, 1.6
- Next message: [MPlayer-cvslog] CVS: main/Gui/mplayer/gtk about.c, 1.24, 1.25 eq.c, 1.16, 1.17 fs.c, 1.51, 1.52 mb.c, 1.18, 1.19 menu.c, 1.34, 1.35 opts.c, 1.70, 1.71 pl.c, 1.17, 1.18 sb.c, 1.17, 1.18 url.c, 1.12, 1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list