//[_associatedVoutWindow showControlsBar]; //It apparently does not have showControlsBar, because it is a NSWindow... would have to figure out a way to hide/show it
//Issue-3 //maybe not the right way to go about it. Why hide titleBars for all vout windows? and maybe this should not be a part of draggablepanel at all
//I am not sure what this means... earlier there was just one fspanel...
//removing it for now, as it is creating an error: when video is played in a separate Vout window then the controller on ML/Playlist window becomes active when the Vout window becomes keyWindow
// NSLog(@"becomeKeyWindow and activeVideo %hhd", [self hasActiveVideo]);
//This file is for all the video windows right? Then how do I know whether mainWindow has resigned as KeyWindow or is it some other vout window? because, I will have to set Not Active that particular window's draggablepanel. Right?