Commit 8cc0918e authored by Clément Stenac's avatar Clément Stenac

Popup compile fix

parent 3526cfbf
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include "x11_display.hpp" #include "x11_display.hpp"
#include "x11_graphics.hpp" #include "x11_graphics.hpp"
#include "x11_loop.hpp" #include "x11_loop.hpp"
#include "x11_popup.hpp"
#include "x11_timer.hpp" #include "x11_timer.hpp"
#include "x11_window.hpp" #include "x11_window.hpp"
#include "x11_tooltip.hpp" #include "x11_tooltip.hpp"
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include "x11_popup.hpp" #include "x11_popup.hpp"
X11Popup::X11Popup( intf_thread_t *pIntf ) X11Popup::X11Popup( intf_thread_t *pIntf, X11Display &rDisplay )
: OSPopup( pIntf ) : OSPopup( pIntf )
{ {
// TODO // TODO
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
class X11Popup: public OSPopup class X11Popup: public OSPopup
{ {
public: public:
X11Popup( intf_thread_t *pIntf ); X11Popup( intf_thread_t *pIntf, X11Display & );
virtual ~X11Popup(); virtual ~X11Popup();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment