]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/controls.m
Make the global b_can_pace_control flag public
[vlc] / modules / gui / macosx / controls.m
index fe53d299c56361af9a9cd7ba5304aa155e89dd32..0f53bff28c4054067873b462de31bbf933473650 100644 (file)
 #import "playlist.h"
 #include <vlc_osd.h>
 
-/* UGLY UGLY UGLY FIXME FIXME FIXME. Need solution for b_can_pace_control.
- * Put it public ? Is it needed here ?*/
-#include "../../../src/input/input_internal.h"
-
 /*****************************************************************************
  * VLCControls implementation 
  *****************************************************************************/
     {
         if( p_input != NULL )
         {
-            bEnabled = p_input->p->input.b_can_pace_control;
+            bEnabled = p_input->b_can_pace_control;
         }
         else
         {