summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/common.h')
-rw-r--r--Gui/mplayer/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/mplayer/common.h b/Gui/mplayer/common.h
index 7183930124..46181366fb 100644
--- a/Gui/mplayer/common.h
+++ b/Gui/mplayer/common.h
@@ -14,6 +14,7 @@
extern inline void TranslateFilename( int c,char * tmp );
extern char * Translate( char * str );
extern void PutImage( txSample * bf,int x,int y,int max,int ofs );
+extern void SimplePotmeterPutImage( txSample * bf,int x,int y,float frac );
extern void Render( wsTWindow * window,wItem * Items,int nrItems,char * db,int size );
#endif