summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_internal.h
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-13 20:48:11 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-13 20:48:11 +0200
commita22e1e14c8b7e33dea182376bb32b77079e3317d (patch)
tree8148e75538b1386d8cadf0f9041d6e4ddafaf048 /src/xine-engine/xine_internal.h
parent03918189506c443594f325a836b54220d36bb5a1 (diff)
downloadxine-lib-a22e1e14c8b7e33dea182376bb32b77079e3317d.tar.gz
xine-lib-a22e1e14c8b7e33dea182376bb32b77079e3317d.tar.bz2
Add a global handle for libxdg-basedir library to xine_s.
This handle can then be used by all plugins and other parts of the xine engine without having to duplicate it.
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r--src/xine-engine/xine_internal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h
index cca3108ce..4231b33ca 100644
--- a/src/xine-engine/xine_internal.h
+++ b/src/xine-engine/xine_internal.h
@@ -72,7 +72,6 @@ extern "C" {
# include <xine/alphablend.h>
#endif
-
#define XINE_MAX_EVENT_LISTENERS 50
#define XINE_MAX_EVENT_TYPES 100
@@ -116,6 +115,9 @@ struct xine_s {
metronom_clock_t *clock;
+ /** Handle for libxdg-basedir functions. It's actually an xdgHandle. */
+ void * basedir_handle;
+
#ifdef XINE_ENGINE_INTERNAL
xine_ticket_t *port_ticket;
pthread_mutex_t log_lock;