static int Activate ( vlc_object_t * );
static void Deactivate ( vlc_object_t * );
-static void Timer( vlc_timer_t *, void * );
+static void Timer( void * );
#ifdef HAVE_DBUS
* This part of the module is in a separate thread so that we do not have
* too much system() overhead.
*****************************************************************************/
-static void Timer( vlc_timer_t *id, void *data )
+static void Timer( void *data )
{
intf_thread_t *p_intf = data;
playlist_t *p_playlist = pl_Hold( p_intf );
Execute( p_intf, ppsz_gsargs );
#endif
/* FIXME: add support for other screensavers */
-
- (void)id;
}
#ifdef HAVE_DBUS