Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
451
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
5a9609c7
Commit
5a9609c7
authored
9 years ago
by
Thomas Guillem
Browse files
Options
Downloads
Patches
Plain Diff
dialog: fix define
parent
78466929
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/vlc_dialog.h
+2
-2
2 additions, 2 deletions
include/vlc_dialog.h
with
2 additions
and
2 deletions
include/vlc_dialog.h
+
2
−
2
View file @
5a9609c7
...
...
@@ -224,8 +224,8 @@ VLC_API int
vlc_dialog_update_progress_text
(
vlc_object_t
*
p_obj
,
vlc_dialog_id
*
p_id
,
float
f_position
,
const
char
*
psz_fmt
,
...)
VLC_FORMAT
(
4
,
5
);
#define vlc_dialog_
display
_progress_text(a, b, c, d, ...) \
vlc_dialog_
display
_progress_text(VLC_OBJECT(a), b, c, d, ##__VA_ARGS__)
#define vlc_dialog_
update
_progress_text(a, b, c, d, ...) \
vlc_dialog_
update
_progress_text(VLC_OBJECT(a), b, c, d, ##__VA_ARGS__)
/**
* Update the position and the message of the progress dialog
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment