Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
a8c50b12
Commit
a8c50b12
authored
Nov 29, 2010
by
Marcus Meissner
Committed by
Alexandre Julliard
Nov 30, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Do not include XFORM.eDx and eDy into font hashing/caching.
parent
55583f93
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
xrender.c
dlls/winex11.drv/xrender.c
+3
-0
No files found.
dlls/winex11.drv/xrender.c
View file @
a8c50b12
...
@@ -1067,6 +1067,9 @@ BOOL X11DRV_XRender_SelectFont(X11DRV_PDEVICE *physDev, HFONT hfont)
...
@@ -1067,6 +1067,9 @@ BOOL X11DRV_XRender_SelectFont(X11DRV_PDEVICE *physDev, HFONT hfont)
lfsz
.
devsize
.
cx
=
X11DRV_XWStoDS
(
physDev
,
lfsz
.
lf
.
lfWidth
);
lfsz
.
devsize
.
cx
=
X11DRV_XWStoDS
(
physDev
,
lfsz
.
lf
.
lfWidth
);
lfsz
.
devsize
.
cy
=
X11DRV_YWStoDS
(
physDev
,
lfsz
.
lf
.
lfHeight
);
lfsz
.
devsize
.
cy
=
X11DRV_YWStoDS
(
physDev
,
lfsz
.
lf
.
lfHeight
);
GetWorldTransform
(
physDev
->
hdc
,
&
lfsz
.
xform
);
GetWorldTransform
(
physDev
->
hdc
,
&
lfsz
.
xform
);
/* Not used fields, would break hashing */
lfsz
.
xform
.
eDx
=
lfsz
.
xform
.
eDy
=
0
;
lfsz_calc_hash
(
&
lfsz
);
lfsz_calc_hash
(
&
lfsz
);
info
=
get_xrender_info
(
physDev
);
info
=
get_xrender_info
(
physDev
);
...
...
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