]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/MediaControlView.h
* beos/* : fixed a bug in the progress bar with big files
[vlc] / modules / gui / beos / MediaControlView.h
index 7bee538e238b23a6ca7005e9234d84e05c8a16a7..b30f55f93a34ba61c2ca8f45fdfef0ff8ac51a4d 100644 (file)
@@ -2,7 +2,7 @@
  * MediaControlView.h: beos interface
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: MediaControlView.h,v 1.3 2002/10/28 19:42:24 titer Exp $
+ * $Id: MediaControlView.h,v 1.4 2003/01/12 02:08:39 titer Exp $
  *
  * Authors: Tony Castley <tony@castley.net>
  *          Stephan Aßmus <stippi@yellowbites.com>
@@ -49,7 +49,7 @@ class MediaControlView : public BBox
        virtual void                            Pulse(); // detect stopped stream
 
                                                                // MediaControlView
-                       void                            SetProgress(uint64 seek, uint64 size);
+                       void                            SetProgress( float position );
 
                        void                            SetStatus(int status, int rate); 
                        void                            SetEnabled(bool enable);