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
239d20d6
Commit
239d20d6
authored
Jun 11, 2011
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
freetype: build fix
parent
688c6b0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/misc/text_renderer/freetype.c
modules/misc/text_renderer/freetype.c
+2
-2
No files found.
modules/misc/text_renderer/freetype.c
View file @
239d20d6
...
@@ -2235,8 +2235,8 @@ static int ProcessLines( filter_t *p_filter,
...
@@ -2235,8 +2235,8 @@ static int ProcessLines( filter_t *p_filter,
#elif defined( WIN32 )
#elif defined( WIN32 )
psz_fontfile
=
Win32_Select
(
p_filter
,
psz_fontfile
=
Win32_Select
(
p_filter
,
p_style
->
psz_fontname
,
p_style
->
psz_fontname
,
p_style
->
b_bold
,
(
p_style
->
i_style_flags
&
STYLE_BOLD
)
!=
0
,
p_style
->
b_italic
,
(
p_style
->
i_style_flags
&
STYLE_ITALIC
)
!=
0
,
-
1
,
-
1
,
&
i_idx
);
&
i_idx
);
#else
#else
...
...
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