]> git.tdb.fi Git - xinema.git/blobdiff - source/xinestream.h
Refactor code to have the engine tick any streams
[xinema.git] / source / xinestream.h
index 885797d0d6132cc8094c76405c4fdfbea4e221c9..642f40534da3b8187867f87fa546b4c51c653435 100644 (file)
@@ -9,6 +9,7 @@ class XineEngine;
 class XineStream
 {
 private:
+       XineEngine &engine;
        xine_stream_t *stream;
        xine_event_queue_t *queue;