diff Gui/mplayer/common.h @ 12693:eb996ecdfcd5

simple, smooth, ram-saving dynamic potmeter, which feature is required by the tvisor skin, patch by Andre Kuhne
author alex
date Sat, 26 Jun 2004 13:54:20 +0000
parents 0a665389cf2b
children 0e1471d9da74
line wrap: on
line diff
--- a/Gui/mplayer/common.h	Sat Jun 26 13:48:35 2004 +0000
+++ b/Gui/mplayer/common.h	Sat Jun 26 13:54:20 2004 +0000
@@ -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