[vlc-commits] win32: set volume slider/mute button at the start
    Daniel Amm 
    git at videolan.org
       
    Tue May 26 12:11:31 CEST 2015
    
    
  
npapi-vlc | branch: master | Daniel Amm <da2424 at t-online.de> | Mon May 25 18:36:51 2015 +0200| [1edfaeb8268aa3d8727687e4c41f9760bbb1927d] | committer: Jean-Baptiste Kempf
win32: set volume slider/mute button at the start
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=1edfaeb8268aa3d8727687e4c41f9760bbb1927d
---
 common/win32_fullscreen.cpp |    1 +
 1 file changed, 1 insertion(+)
diff --git a/common/win32_fullscreen.cpp b/common/win32_fullscreen.cpp
index 71bb1f8..0289129 100644
--- a/common/win32_fullscreen.cpp
+++ b/common/win32_fullscreen.cpp
@@ -216,6 +216,7 @@ LRESULT VLCControlsWnd::WindowProc(UINT uMsg, WPARAM wParam, LPARAM lParam)
 
             CreateToolTip();
             RegisterToVLCEvents();
+            SyncVolumeSliderWithVLCVolume();
             break;
         }
         case WM_LBUTTONUP:{
    
    
More information about the vlc-commits
mailing list