# HG changeset patch # User reimar # Date 1347561876 0 # Node ID b3a7f40618b981274283a7537949217b815f9c29 # Parent 6d8be70115a8525e8e8a84d2541c18ba6653da47 Fix handling of -ontop and -rootwin. Once they were set it was impossible to reset them for following files with -fixed-vo. diff -r 6d8be70115a8 -r b3a7f40618b9 libvo/vo_corevideo.m --- a/libvo/vo_corevideo.m Thu Sep 13 18:42:00 2012 +0000 +++ b/libvo/vo_corevideo.m Thu Sep 13 18:44:36 2012 +0000 @@ -551,14 +551,12 @@ vo_fs = flags & VOFLAG_FULLSCREEN; - if(vo_rootwin) - [self rootwin]; + [self rootwin]; if(vo_fs) [self fullscreen: NO]; - if(vo_ontop) - [self ontop]; + [self ontop]; //show window [window makeKeyAndOrderFront:self];