Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
cf8b7e4d
Commit
cf8b7e4d
authored
Oct 13, 2006
by
gbazin
Browse files
* modules/gui/wxwidgets: small code cleanup.
parent
337c717f
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/gui/wxwidgets/dialogs.cpp
View file @
cf8b7e4d
...
...
@@ -51,7 +51,10 @@
/* include the icon graphic */
#include "../../../share/vlc32x32.xpm"
/* Dialogs Provider */
namespace
wxvlc
{
class
DialogsProvider
:
public
wxFrame
{
public:
...
...
@@ -111,6 +114,7 @@ public:
UpdateVLC
*
p_updatevlc_dialog
;
VLMFrame
*
p_vlm_dialog
;
};
}
DEFINE_LOCAL_EVENT_TYPE
(
wxEVT_DIALOG
);
...
...
modules/gui/wxwidgets/wxwidgets.hpp
View file @
cf8b7e4d
...
...
@@ -163,10 +163,6 @@ namespace wxvlc {
using
namespace
wxvlc
;
class
DialogsProvider
;
class
PrefsTreeCtrl
;
class
AutoBuiltPanel
;
/*****************************************************************************
* intf_sys_t: description and status of wxwindows interface
*****************************************************************************/
...
...
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