]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/output.m
* OSX lowlevel work
[vlc] / modules / gui / macosx / output.m
index 0aa917ef1e988023dc7463914a67ac636899e50b..c3214deaef71cedf23b3a5c64a50197c50336c53 100644 (file)
 
 - (void)TTLChanged:(NSNotification *)o_notification
 {
-    intf_thread_t * p_intf = [NSApp getIntf];
+    intf_thread_t * p_intf = VLCIntf;
     config_PutInt( p_intf, "ttl", [o_stream_ttl intValue] );
 }