comparison gui/mplayer/gui_common.h @ 26365:10dfbc523184

Add gui/ prefix to some #include paths so that compilation from the top-level source directory does not fail.
author diego
date Fri, 11 Apr 2008 16:55:27 +0000
parents 4129c8cfa742
children b0a7b35b78d2
comparison
equal deleted inserted replaced
26364:48fd5c221905 26365:10dfbc523184
5 #include <stdio.h> 5 #include <stdio.h>
6 #include <inttypes.h> 6 #include <inttypes.h>
7 #include <sys/stat.h> 7 #include <sys/stat.h>
8 #include <unistd.h> 8 #include <unistd.h>
9 9
10 #include "app.h" 10 #include "gui/app.h"
11 #include "bitmap.h" 11 #include "gui/bitmap.h"
12 #include "wm/ws.h" 12 #include "gui/wm/ws.h"
13 13
14 extern inline void TranslateFilename( int c,char * tmp ); 14 extern inline void TranslateFilename( int c,char * tmp );
15 extern char * Translate( char * str ); 15 extern char * Translate( char * str );
16 extern void PutImage( txSample * bf,int x,int y,int max,int ofs ); 16 extern void PutImage( txSample * bf,int x,int y,int max,int ofs );
17 extern void SimplePotmeterPutImage( txSample * bf,int x,int y,float frac ); 17 extern void SimplePotmeterPutImage( txSample * bf,int x,int y,float frac );