| Server IP : 82.208.35.60 / Your IP : 216.73.217.116 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/multimedia/kmplayer/files/ |
Upload File : |
--- src/viewarea.cpp.orig 2018-12-22 19:33:17 UTC
+++ src/viewarea.cpp
@@ -2535,7 +2535,7 @@ void VideoOutput::useIndirectWidget (bool inderect) {
if (!m_plain_window) {
xcb_screen_t* scr = m_view->viewArea()->d->screen_of_display(connection, QX11Info::appScreen());
m_plain_window = xcb_generate_id(connection);
- uint32_t values[] = { scr->black_pixel, m_input_mask };
+ uint32_t values[] = { scr->black_pixel, static_cast<uint32_t>(m_input_mask) };
#if QT_VERSION >= 0x050600
int devicew = (int)(width() * devicePixelRatioF());
int deviceh = (int)(height() * devicePixelRatioF());