[vlc-commits] NPAPI: win32, fix unnecessary blinking of "defullscreen" button.

Sergey Radionov git at videolan.org
Sun Jul 24 23:34:56 CEST 2011


npapi-vlc | branch: master | Sergey Radionov <rsatom at gmail.com> | Sun Jul 24 23:34:28 2011 +0200| [d9db64bc5418b242f54b38a8a78778a72603cfb5] | committer: Jean-Baptiste Kempf

NPAPI: win32, fix unnecessary blinking of "defullscreen" button.

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

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

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



More information about the vlc-commits mailing list