diff options
Diffstat (limited to 'multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.h')
-rw-r--r-- | multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.h b/multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.h new file mode 100644 index 000000000000..f17fdf090058 --- /dev/null +++ b/multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.h @@ -0,0 +1,10 @@ +--- src/xine/k9xineplayer.h.orig ++++ src/xine/k9xineplayer.h +@@ -68,6 +68,7 @@ public: + int positionAbs() {return m_posabs ;} + int length() {return m_length;} + xine_stream_t *getStream() { return stream;} ++ xine_video_port_t *getPort() { return vo_port;} + bool isRunning() {return running;} + WId wid() const { return m_wid;} + QString title() const {return m_title;} |