Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
8cc0918e
Commit
8cc0918e
authored
Dec 04, 2005
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Popup compile fix
parent
3526cfbf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
modules/gui/skins2/x11/x11_factory.cpp
modules/gui/skins2/x11/x11_factory.cpp
+1
-0
modules/gui/skins2/x11/x11_popup.cpp
modules/gui/skins2/x11/x11_popup.cpp
+1
-1
modules/gui/skins2/x11/x11_popup.hpp
modules/gui/skins2/x11/x11_popup.hpp
+1
-1
No files found.
modules/gui/skins2/x11/x11_factory.cpp
View file @
8cc0918e
...
...
@@ -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"
...
...
modules/gui/skins2/x11/x11_popup.cpp
View file @
8cc0918e
...
...
@@ -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
...
...
modules/gui/skins2/x11/x11_popup.hpp
View file @
8cc0918e
...
...
@@ -31,7 +31,7 @@
class
X11Popup
:
public
OSPopup
{
public:
X11Popup
(
intf_thread_t
*
pIntf
);
X11Popup
(
intf_thread_t
*
pIntf
,
X11Display
&
);
virtual
~
X11Popup
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment