Commit 8ad2339b authored by Sergey Radionov's avatar Sergey Radionov Committed by Jean-Baptiste Kempf

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

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 47abd611
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment