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
fd6d5586
Commit
fd6d5586
authored
Feb 24, 2009
by
Geoffroy Couprie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WinCE: make buildbot happy for now.
parent
8793ceff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
11 deletions
+6
-11
modules/gui/wince/menus.cpp
modules/gui/wince/menus.cpp
+6
-11
No files found.
modules/gui/wince/menus.cpp
View file @
fd6d5586
...
...
@@ -186,14 +186,6 @@ void PopupMenu( intf_thread_t *p_intf, HWND p_parent, POINT point )
if
(
i
!=
i_last_separator
)
ppsz_varnames
[
i
++
]
=
NULL
;
/* Separator */
i_last_separator
=
i
;
/* vlc_object_find is needed because of the dialogs provider case */
p_object
=
(
vlc_object_t
*
)
vlc_object_find
(
p_intf
,
VLC_OBJECT_INTF
,
FIND_PARENT
);
if
(
p_object
!=
NULL
)
{
/* Nothing for now */
vlc_object_release
(
p_object
);
}
/* Build menu */
vector
<
MenuItemExt
*>
popup_menu
;
...
...
@@ -438,14 +430,17 @@ void RefreshSettingsMenu( intf_thread_t *p_intf, HMENU hMenu )
AppendMenu
(
hMenu
,
MF_STRING
,
ID_PREFERENCES
,
_T
(
"&Preferences..."
)
);
p_object
=
(
vlc_object_t
*
)
vlc_object_find
(
p_intf
,
VLC_OBJECT_INTF
,
FIND_PARENT
);
/* Other interfaces */
/*FIXME: copy the Qt way of mapping menus and objects */
/*p_object = (vlc_object_t *) NULL;
//vlc_object_find_name( p_intf, "wince", FIND_PARENT );
if( p_object != NULL )
{
ppsz_varnames[i] = "intf-add";
pi_objects[i++] = p_object;
vlc_object_release( p_object );
}
}*/
/* Build menu */
RefreshMenu
(
p_intf
,
p_intf
->
p_sys
->
p_settings_menu
,
hMenu
,
i
,
...
...
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