Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
cf8b7e4d
Commit
cf8b7e4d
authored
Oct 13, 2006
by
Gildas Bazin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/gui/wxwidgets: small code cleanup.
parent
337c717f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
modules/gui/wxwidgets/dialogs.cpp
modules/gui/wxwidgets/dialogs.cpp
+4
-0
modules/gui/wxwidgets/wxwidgets.hpp
modules/gui/wxwidgets/wxwidgets.hpp
+0
-4
No files found.
modules/gui/wxwidgets/dialogs.cpp
View file @
cf8b7e4d
...
@@ -51,7 +51,10 @@
...
@@ -51,7 +51,10 @@
/* include the icon graphic */
/* include the icon graphic */
#include "../../../share/vlc32x32.xpm"
#include "../../../share/vlc32x32.xpm"
/* Dialogs Provider */
/* Dialogs Provider */
namespace
wxvlc
{
class
DialogsProvider
:
public
wxFrame
class
DialogsProvider
:
public
wxFrame
{
{
public:
public:
...
@@ -111,6 +114,7 @@ public:
...
@@ -111,6 +114,7 @@ public:
UpdateVLC
*
p_updatevlc_dialog
;
UpdateVLC
*
p_updatevlc_dialog
;
VLMFrame
*
p_vlm_dialog
;
VLMFrame
*
p_vlm_dialog
;
};
};
}
DEFINE_LOCAL_EVENT_TYPE
(
wxEVT_DIALOG
);
DEFINE_LOCAL_EVENT_TYPE
(
wxEVT_DIALOG
);
...
...
modules/gui/wxwidgets/wxwidgets.hpp
View file @
cf8b7e4d
...
@@ -163,10 +163,6 @@ namespace wxvlc {
...
@@ -163,10 +163,6 @@ namespace wxvlc {
using
namespace
wxvlc
;
using
namespace
wxvlc
;
class
DialogsProvider
;
class
PrefsTreeCtrl
;
class
AutoBuiltPanel
;
/*****************************************************************************
/*****************************************************************************
* intf_sys_t: description and status of wxwindows interface
* 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