You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/media/src/mpv/mpvwidget.cpp: In member function ‘virtual void MpvWidget::initializeGL()’:
lib/media/src/mpv/mpvwidget.cpp:63:34: error: cannot convert ‘wl_display*’ to ‘Display*’ {aka ‘_XDisplay*’} in assignment
63 | display = ni->display();
What's wrong?
The text was updated successfully, but these errors were encountered:
I tried to compile https://github.com/flaviotordini/minitube.git@6bca336 with qt6, but fails:
lib/media/src/mpv/mpvwidget.cpp: In member function ‘virtual void MpvWidget::initializeGL()’:
lib/media/src/mpv/mpvwidget.cpp:63:34: error: cannot convert ‘wl_display*’ to ‘Display*’ {aka ‘_XDisplay*’} in assignment
63 | display = ni->display();
What's wrong?
The text was updated successfully, but these errors were encountered: