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
GSoC
GSoC2018
macOS
vlc
Commits
76294775
Commit
76294775
authored
Jan 15, 2016
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
intf: rename vlc_dialog enum
parent
85fd0c6c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/vlc_interface.h
include/vlc_interface.h
+2
-2
No files found.
include/vlc_interface.h
View file @
76294775
...
@@ -111,7 +111,7 @@ VLC_API void vlc_LogSet(libvlc_int_t *, vlc_log_cb cb, void *data);
...
@@ -111,7 +111,7 @@ VLC_API void vlc_LogSet(libvlc_int_t *, vlc_log_cb cb, void *data);
/*@}*/
/*@}*/
/* Interface dialog ids for dialog providers */
/* Interface dialog ids for dialog providers */
typedef
enum
vlc_dialog
{
typedef
enum
vlc_
intf_
dialog
{
INTF_DIALOG_FILE_SIMPLE
=
1
,
INTF_DIALOG_FILE_SIMPLE
=
1
,
INTF_DIALOG_FILE
,
INTF_DIALOG_FILE
,
INTF_DIALOG_DISC
,
INTF_DIALOG_DISC
,
...
@@ -143,7 +143,7 @@ typedef enum vlc_dialog {
...
@@ -143,7 +143,7 @@ typedef enum vlc_dialog {
INTF_DIALOG_VLM
,
INTF_DIALOG_VLM
,
INTF_DIALOG_EXIT
=
99
INTF_DIALOG_EXIT
=
99
}
vlc_dialog
_t
;
}
vlc_
intf_
dialog
;
/* Useful text messages shared by interfaces */
/* Useful text messages shared by interfaces */
#define INTF_ABOUT_MSG LICENSE_MSG
#define INTF_ABOUT_MSG LICENSE_MSG
...
...
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