[vlc-commits] ActiveX: fix unnecessary blinking of "defullscreen" button.

Sergey Radionov git at videolan.org
Tue Nov 8 02:18:54 CET 2011


npapi-vlc | branch: master | Sergey Radionov <rsatom at gmail.com> | Sun Jul 24 19:01:08 2011 +0700| [a0c87ce6f0e7248901878724612aac6714033d79] | committer: Jean-Baptiste Kempf

ActiveX: fix unnecessary blinking of "defullscreen" button.

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=a0c87ce6f0e7248901878724612aac6714033d79
---

 activex/vlc_win32_fullscreen.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/activex/vlc_win32_fullscreen.cpp b/activex/vlc_win32_fullscreen.cpp
index e337053..fa51bea 100644
--- a/activex/vlc_win32_fullscreen.cpp
+++ b/activex/vlc_win32_fullscreen.cpp
@@ -804,7 +804,7 @@ void VLCFullScreenWnd::UnRegisterEvents()
 //VLCWindowsManager
 ///////////////////////
 VLCWindowsManager::VLCWindowsManager(HMODULE hModule)
-    :_hModule(hModule), _hWindowedParentWnd(0), _HolderWnd(0), _FSWnd(0), _p_md(0)
+    :_hModule(hModule), _hWindowedParentWnd(0), _HolderWnd(0), _FSWnd(0), _p_md(0), _b_new_messages_flag(false)
 {
     VLCHolderWnd::RegisterWndClassName(hModule);
     VLCFullScreenWnd::RegisterWndClassName(hModule);



More information about the vlc-commits mailing list