comparison gui/mplayer/gui_common.h @ 25603:01754b23193e

Rename common.[ch], there are too many files by that name.
author diego
date Sun, 06 Jan 2008 16:31:26 +0000
parents
children aee6ea2b39ee
comparison
equal deleted inserted replaced
25602:a3802ca6320a 25603:01754b23193e
1
2 #ifndef GUI_COMMON_H
3 #define GUI_COMMON_H
4
5 #include <stdlib.h>
6 #include <stdio.h>
7 #include <inttypes.h>
8 #include <sys/stat.h>
9 #include <unistd.h>
10
11 #include "app.h"
12 #include "bitmap.h"
13 #include "wm/ws.h"
14
15 extern inline void TranslateFilename( int c,char * tmp );
16 extern char * Translate( char * str );
17 extern void PutImage( txSample * bf,int x,int y,int max,int ofs );
18 extern void SimplePotmeterPutImage( txSample * bf,int x,int y,float frac );
19 extern void Render( wsTWindow * window,wItem * Items,int nrItems,char * db,int size );
20
21 #endif /* GUI_COMMON_H */