From 8cc0918e5c2cdd3f5a251ab24c22959683a965a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Stenac?= <zorglub@videolan.org> Date: Sun, 4 Dec 2005 15:43:03 +0000 Subject: [PATCH] Popup compile fix --- modules/gui/skins2/x11/x11_factory.cpp | 1 + modules/gui/skins2/x11/x11_popup.cpp | 2 +- modules/gui/skins2/x11/x11_popup.hpp | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/gui/skins2/x11/x11_factory.cpp b/modules/gui/skins2/x11/x11_factory.cpp index dcc9cedcc2ba..d4672372dffb 100644 --- a/modules/gui/skins2/x11/x11_factory.cpp +++ b/modules/gui/skins2/x11/x11_factory.cpp @@ -33,6 +33,7 @@ #include "x11_display.hpp" #include "x11_graphics.hpp" #include "x11_loop.hpp" +#include "x11_popup.hpp" #include "x11_timer.hpp" #include "x11_window.hpp" #include "x11_tooltip.hpp" diff --git a/modules/gui/skins2/x11/x11_popup.cpp b/modules/gui/skins2/x11/x11_popup.cpp index 6f2a199e23ca..48c1b7776832 100644 --- a/modules/gui/skins2/x11/x11_popup.cpp +++ b/modules/gui/skins2/x11/x11_popup.cpp @@ -26,7 +26,7 @@ #include "x11_popup.hpp" -X11Popup::X11Popup( intf_thread_t *pIntf ) +X11Popup::X11Popup( intf_thread_t *pIntf, X11Display &rDisplay ) : OSPopup( pIntf ) { // TODO diff --git a/modules/gui/skins2/x11/x11_popup.hpp b/modules/gui/skins2/x11/x11_popup.hpp index e1df5260db3f..6407f9f9708f 100644 --- a/modules/gui/skins2/x11/x11_popup.hpp +++ b/modules/gui/skins2/x11/x11_popup.hpp @@ -31,7 +31,7 @@ class X11Popup: public OSPopup { public: - X11Popup( intf_thread_t *pIntf ); + X11Popup( intf_thread_t *pIntf, X11Display & ); virtual ~X11Popup(); -- GitLab