From 9a472d6a7f6f24dce5ff9a66aeed99662359ad4e Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Wed, 6 Jan 2010 21:15:59 +0000 Subject: Update to libxdg-basedir 1.0.2; adapt accordingly, and default to external. --- include/xine/xine_internal.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/xine/xine_internal.h b/include/xine/xine_internal.h index 9f2e95aae..b12d20880 100644 --- a/include/xine/xine_internal.h +++ b/include/xine/xine_internal.h @@ -73,6 +73,11 @@ typedef struct xine_ticket_s xine_ticket_t; * the "big" xine struct, holding everything together */ +#ifndef XDG_BASEDIR_H +/* present here for internal convenience only */ +typedef struct { void *reserved; } xdgHandle; +#endif + struct xine_s { config_values_t *config; @@ -92,8 +97,8 @@ struct xine_s { metronom_clock_t *clock; - /** Handle for libxdg-basedir functions. It's actually an xdgHandle. */ - void * basedir_handle; + /** Handle for libxdg-basedir functions. */ + xdgHandle basedir_handle; #ifdef XINE_ENGINE_INTERNAL xine_ticket_t *port_ticket; -- cgit v1.2.3