summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/xine/xine_internal.h9
1 files changed, 7 insertions, 2 deletions
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;