Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
559e9799
Commit
559e9799
authored
Oct 11, 2008
by
Geoffroy Couprie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WinCE intf: get rid of i_object_id
parent
9c34d227
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
68 additions
and
69 deletions
+68
-69
modules/gui/wince/menus.cpp
modules/gui/wince/menus.cpp
+65
-66
modules/gui/wince/wince.h
modules/gui/wince/wince.h
+3
-3
No files found.
modules/gui/wince/menus.cpp
View file @
559e9799
This diff is collapsed.
Click to expand it.
modules/gui/wince/wince.h
View file @
559e9799
...
...
@@ -448,7 +448,7 @@ void RefreshAudioMenu( intf_thread_t *_p_intf, HMENU hMenu );
void
RefreshVideoMenu
(
intf_thread_t
*
_p_intf
,
HMENU
hMenu
);
void
RefreshNavigMenu
(
intf_thread_t
*
_p_intf
,
HMENU
hMenu
);
void
RefreshMenu
(
intf_thread_t
*
,
vector
<
MenuItemExt
*>
*
,
HMENU
,
int
,
char
**
,
int
*
,
int
);
char
**
,
vlc_object_t
*
*
,
int
);
int
wce_GetMenuItemCount
(
HMENU
);
void
CreateMenuItem
(
intf_thread_t
*
,
vector
<
MenuItemExt
*>
*
,
HMENU
,
char
*
,
vlc_object_t
*
,
int
*
);
...
...
@@ -465,7 +465,7 @@ class MenuItemExt
public:
/* Constructor */
MenuItemExt
(
intf_thread_t
*
_p_intf
,
int
_id
,
char
*
_psz_var
,
int
_i_object_id
,
vlc_value_t
_val
,
int
_i_val_type
);
vlc_object_t
*
p_object
,
vlc_value_t
_val
,
int
_i_val_type
);
virtual
~
MenuItemExt
();
...
...
@@ -475,7 +475,7 @@ public:
intf_thread_t
*
p_intf
;
char
*
psz_var
;
int
i_val_type
;
int
i_object_id
;
vlc_object_t
*
p_object
;
vlc_value_t
val
;
private:
...
...
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