summaryrefslogtreecommitdiffstats
path: root/Gui/app.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-25 17:33:30 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-25 17:33:30 +0000
commitfce995a07aef239f9e130610aafce537995f6103 (patch)
tree993d26a5838821e079bfa6a667a114516c325351 /Gui/app.h
parentc3d9fc330b3a74ed644b45f0473962422f1fa16c (diff)
downloadmpv-fce995a07aef239f9e130610aafce537995f6103.tar.bz2
mpv-fce995a07aef239f9e130610aafce537995f6103.tar.xz
no seeking if stream is STREAMTYPE_STREAM (net/stdin)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8281 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/app.h')
-rw-r--r--Gui/app.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gui/app.h b/Gui/app.h
index 735116ef99..429be70689 100644
--- a/Gui/app.h
+++ b/Gui/app.h
@@ -172,4 +172,8 @@ extern void appCopy( listItems * item1,listItems * item2 );
extern int appFindMessage( unsigned char * str );
extern int appFindKey( unsigned char * name );
+extern void btnModify( int event,float state );
+extern float btnGetValue( int event );
+extern void btnSet( int event,int set );
+
#endif