npapi-vlc | branch: master | Daniel Amm <[email protected]> | 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 <[email protected]> > 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:{ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
