[vlc-commits] NPAPI: win32, 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 18:59:48 2011 +0700| [8ad2339b458a0ce95a4a65bcaf373c975e7c95aa] | committer: Jean-Baptiste Kempf

NPAPI: win32, 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=8ad2339b458a0ce95a4a65bcaf373c975e7c95aa
---

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

diff --git a/projects/mozilla/vlc_win32_fullscreen.cpp b/projects/mozilla/vlc_win32_fullscreen.cpp
index b74966c..7a2cce2 100644
--- a/projects/mozilla/vlc_win32_fullscreen.cpp
+++ b/projects/mozilla/vlc_win32_fullscreen.cpp
@@ -805,7 +805,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