[vlc-commits] common/win32_fullscreen: Fullscreen window now is	*really* created only when needed
    Sergey Radionov 
    git at videolan.org
       
    Thu Jan  5 03:00:03 CET 2012
    
    
  
npapi-vlc | branch: master | Sergey Radionov <RSATom at gmail.com> | 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()
    
    
More information about the vlc-commits
mailing list