comparison Gui/mplayer/sw.c @ 17144:0e1471d9da74

Unify include paths, -I.. is in CFLAGS.
author diego
date Thu, 08 Dec 2005 22:12:57 +0000
parents 4a56f15dee5f
children
comparison
equal deleted inserted replaced
17143:6e44a1e05769 17144:0e1471d9da74
1 1
2 // sub window 2 // sub window
3 3
4 #include <inttypes.h> 4 #include <inttypes.h>
5 5
6 #include "../../config.h" 6 #include "../config.h"
7 #include "../../libvo/x11_common.h" 7 #include "../libvo/x11_common.h"
8 #include "../../libvo/fastmemcpy.h" 8 #include "../libvo/fastmemcpy.h"
9 9
10 #include "../app.h" 10 #include "app.h"
11 #include "../interface.h" 11 #include "interface.h"
12 #include "../../help_mp.h" 12 #include "../help_mp.h"
13 #include "widgets.h" 13 #include "widgets.h"
14 14
15 int mplSubRender = 0; 15 int mplSubRender = 0;
16 int SubVisible = 0; 16 int SubVisible = 0;
17 17