npapi-vlc | branch: master | Sergey Radionov <[email protected]> | Sun Jan  1 
21:06:32 2012 +0700| [b8680f23171a8b427231fd9b0f06916d140d5107] | committer: 
Sergey Radionov

common/win32_fullscreen: Fullscreen window now is *really* created only when 
needed

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

 common/win32_fullscreen.cpp |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/common/win32_fullscreen.cpp b/common/win32_fullscreen.cpp
index be07da0..2d23b58 100644
--- a/common/win32_fullscreen.cpp
+++ b/common/win32_fullscreen.cpp
@@ -839,10 +839,6 @@ void VLCWindowsManager::CreateWindows(HWND 
hWindowedParentWnd)
     if(!_HolderWnd){
         _HolderWnd = VLCHolderWnd::CreateHolderWindow(hWindowedParentWnd, 
this);
     }
-
-    if(!_FSWnd){
-        _FSWnd= VLCFullScreenWnd::CreateFSWindow(this);
-    }
 }
 
 void VLCWindowsManager::DestroyWindows()

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to