summaryrefslogtreecommitdiff
path: root/multimedia/konverter/files/patch-src-kxinewidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/konverter/files/patch-src-kxinewidget.cpp')
-rw-r--r--multimedia/konverter/files/patch-src-kxinewidget.cpp48
1 files changed, 0 insertions, 48 deletions
diff --git a/multimedia/konverter/files/patch-src-kxinewidget.cpp b/multimedia/konverter/files/patch-src-kxinewidget.cpp
deleted file mode 100644
index 53c0b98b38af..000000000000
--- a/multimedia/konverter/files/patch-src-kxinewidget.cpp
+++ /dev/null
@@ -1,48 +0,0 @@
---- src/kxinewidget.cpp.orig
-+++ src/kxinewidget.cpp
-@@ -885,7 +885,8 @@ void KXineWidget::run()
- {
- if (event.xexpose.count == 0)
- {
-- xine_gui_send_vo_data (m_xineStream, XINE_GUI_SEND_EXPOSE_EVENT, &event);
-+ // xine_gui_send_vo_data (m_xineStream, XINE_GUI_SEND_EXPOSE_EVENT, &event);
-+ xine_port_send_gui_data (m_videoDriver, XINE_GUI_SEND_EXPOSE_EVENT, &event);
- }
- }
-
-@@ -1775,7 +1776,11 @@ void KXineWidget::getAutoplayPlugins(QSt
-
- bool KXineWidget::getAutoplayPluginURLS(const QString& plugin, QStringList& list)
- {
-+#if XINE_MAJOR_VERSION < 1 || (XINE_MAJOR_VERSION == 1 && XINE_MINOR_VERSION < 2)
- char** urls = NULL;
-+#else
-+ const char* const* urls = NULL;
-+#endif
- int num;
- int i = 0;
-
-@@ -1859,7 +1864,10 @@ void KXineWidget::mouseMoveEvent(QMouseE
- rect.w = 0;
- rect.h = 0;
-
-- xine_gui_send_vo_data(m_xineStream,
-+ // xine_gui_send_vo_data(m_xineStream,
-+ // XINE_GUI_SEND_TRANSLATE_GUI_TO_VIDEO,
-+ // (void*)&rect);
-+ xine_port_send_gui_data(m_videoDriver,
- XINE_GUI_SEND_TRANSLATE_GUI_TO_VIDEO,
- (void*)&rect);
-
-@@ -1913,7 +1921,10 @@ void KXineWidget::mousePressEvent(QMouse
- rect.w = 0;
- rect.h = 0;
-
-- xine_gui_send_vo_data (m_xineStream,
-+ // xine_gui_send_vo_data (m_xineStream,
-+ // XINE_GUI_SEND_TRANSLATE_GUI_TO_VIDEO,
-+ // (void*)&rect);
-+ xine_port_send_gui_data(m_videoDriver,
- XINE_GUI_SEND_TRANSLATE_GUI_TO_VIDEO,
- (void*)&rect);
-