[vlc-devel] commit: Mac OS X vout: fix surprpression of the screensaver. ( Derk-Jan Hartman )

git version control git at videolan.org
Tue May 26 15:56:44 CEST 2009


vlc | branch: 1.0-bugfix | Derk-Jan Hartman <hartman at videolan.org> | Tue May 26 15:54:17 2009 +0200| [8d5c75701a7351e90b617bb5395d71a6ac200666] | committer: Derk-Jan Hartman 

Mac OS X vout: fix surprpression of the screensaver.

This was broken in [3d5ff7dc53d5ac154fd56faca23a3b6364037aa2]

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

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

diff --git a/modules/gui/macosx/vout.m b/modules/gui/macosx/vout.m
index add95df..94548d3 100644
--- a/modules/gui/macosx/vout.m
+++ b/modules/gui/macosx/vout.m
@@ -458,7 +458,6 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
     if( !VLCIntf || !VLCIntf->p_sys )
         return;
 
-    UInt8 UsrActivity;
     if( VLCIntf->p_sys->i_play_status == PLAYING_S )
         UpdateSystemActivity( UsrActivity );
 }




More information about the vlc-devel mailing list