[vlc-commits] [Git][videolan/vlc][master] 2 commits: qt: remove undefined method
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Sep 23 09:08:42 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
527b5ee5 by Fatih Uzunoglu at 2023-09-23T08:50:46+00:00
qt: remove undefined method
- - - - -
748cd53a by Fatih Uzunoglu at 2023-09-23T08:50:46+00:00
qt: remove unnecessary QX11Info import
- - - - -
1 changed file:
- modules/gui/qt/maininterface/compositor_x11_renderclient.hpp
Changes:
=====================================
modules/gui/qt/maininterface/compositor_x11_renderclient.hpp
=====================================
@@ -23,7 +23,6 @@
#endif
#include <QObject>
-#include <QX11Info>
#include <QWindow>
#include <vlc_common.h>
@@ -32,6 +31,10 @@
#include "compositor_x11_utils.hpp"
+#include <xcb/xcb.h>
+#include <xcb/xproto.h>
+#include <xcb/render.h>
+
namespace vlc {
class CompositorX11RenderClient : public QObject
@@ -45,8 +48,6 @@ public:
~CompositorX11RenderClient();
- bool registerDamageEvent(Display* dpy);
-
xcb_drawable_t getWindowXid() const;
void createPicture();
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/dd73c3e0a07a552fbd00e3279772ddbfd6e2b29d...748cd53af31bce4d52501fde9d2f432ff9f57d77
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/dd73c3e0a07a552fbd00e3279772ddbfd6e2b29d...748cd53af31bce4d52501fde9d2f432ff9f57d77
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list