summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjscheel-guest <none@none>2010-01-11 14:07:25 +0100
committerjscheel-guest <none@none>2010-01-11 14:07:25 +0100
commitebe9b35496a2382c7d851a7be22faa850331e8f4 (patch)
tree597ce6a588605d71b94c884adba117a10fa0297c /include
parent8f8c70fc5e2ce169b95290f9c672f3692c4b0826 (diff)
parent07df287814b0b7e6875debecdb51bdd496872812 (diff)
downloadxine-lib-ebe9b35496a2382c7d851a7be22faa850331e8f4.tar.gz
xine-lib-ebe9b35496a2382c7d851a7be22faa850331e8f4.tar.bz2
Merge with 4d746db529dee2629e297297e0d751de95010792
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;