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

Sergey Radionov git at videolan.org
Sun Jul 24 23:29:59 CEST 2011


vlc/vlc-1.1 | branch: master | Sergey Radionov <rsatom at gmail.com> | Sun Jul 24 19:01:08 2011 +0700| [93c89345a839ddb82e9a8b64b3d3b4d49d6cb7ec] | 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/vlc/vlc-1.1.git/?a=commit;h=93c89345a839ddb82e9a8b64b3d3b4d49d6cb7ec
---

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

diff --git a/projects/activex/vlc_win32_fullscreen.cpp b/projects/activex/vlc_win32_fullscreen.cpp
index e337053..fa51bea 100644
--- a/projects/activex/vlc_win32_fullscreen.cpp
+++ b/projects/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