[vlc-devel] commit: voutgl : Unset fullscreen state on eof ( Rafaël Carré )

git version control git at videolan.org
Fri Sep 19 14:26:07 CEST 2008


vlc | branch: 0.8.6-bugfix | Rafaël Carré <rcarre at m2x.nl> | Fri Sep 19 14:29:21 2008 +0200| [7158154bb91adf0d404ae705383c83cb2a5e4b9e] | committer: Rafaël Carré 

voutgl : Unset fullscreen state on eof

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

 modules/gui/macosx/voutgl.m |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/macosx/voutgl.m b/modules/gui/macosx/voutgl.m
index 7fda04d..c50d5dd 100644
--- a/modules/gui/macosx/voutgl.m
+++ b/modules/gui/macosx/voutgl.m
@@ -206,6 +206,7 @@ void E_(CloseVideoGL) ( vlc_object_t * p_this )
             aglManage( p_vout );
         }
         aglDestroyContext(p_vout->p_sys->agl_ctx);
+        var_SetBool( p_vout->p_parent, "fullscreen", VLC_FALSE );
     }
     else if(!VLCIntf->b_die) 
     {




More information about the vlc-devel mailing list