Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
7077c5bc
Commit
7077c5bc
authored
Feb 06, 2023
by
Eric Pouech
Committed by
Alexandre Julliard
Feb 06, 2023
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
conhost: Only update font when running with a window.
Wine-Bug:
https://bugs.winehq.org/show_bug.cgi?id=54449
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
parent
687c4f5c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
window.c
programs/conhost/window.c
+2
-0
No files found.
programs/conhost/window.c
View file @
7077c5bc
...
...
@@ -932,6 +932,8 @@ void update_console_font( struct console *console, const WCHAR *face_name, size_
{
LOGFONTW
lf
;
if
(
!
console
->
window
)
return
;
fill_logfont
(
&
lf
,
face_name
,
face_name_size
,
height
,
weight
);
set_console_font
(
console
,
&
lf
);
...
...
Vitaly Lipatov
@lav
mentioned in commit
233e588b
·
Feb 25, 2024
mentioned in commit
233e588b
mentioned in commit 233e588b7350f93ccccbd527e8e76b103ad30203
Toggle commit list
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