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
7d2917ce
Commit
7d2917ce
authored
Oct 16, 2006
by
Pierre d'Herbemont
Committed by
Alexandre Julliard
Oct 18, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11drv: Fix a typo in x11drv.h about X11DRV_GetTextExtentExPoint.
parent
f7b0ba7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
x11drv.h
dlls/winex11.drv/x11drv.h
+2
-2
No files found.
dlls/winex11.drv/x11drv.h
View file @
7d2917ce
...
...
@@ -163,8 +163,8 @@ extern LONG X11DRV_GetBitmapBits( HBITMAP hbitmap, void *bits, LONG count );
extern
BOOL
X11DRV_GetCharWidth
(
X11DRV_PDEVICE
*
physDev
,
UINT
firstChar
,
UINT
lastChar
,
LPINT
buffer
);
extern
BOOL
X11DRV_GetDCOrgEx
(
X11DRV_PDEVICE
*
physDev
,
LPPOINT
lpp
);
extern
BOOL
X11DRV_GetTextExtent
Point
(
X11DRV_PDEVICE
*
physDev
,
LPCWSTR
str
,
INT
count
,
LPSIZE
size
);
extern
BOOL
X11DRV_GetTextExtent
ExPoint
(
X11DRV_PDEVICE
*
physDev
,
LPCWSTR
str
,
INT
count
,
INT
maxExt
,
LPINT
lpnFit
,
LPINT
alpDx
,
LPSIZE
size
);
extern
BOOL
X11DRV_GetTextMetrics
(
X11DRV_PDEVICE
*
physDev
,
TEXTMETRICW
*
metrics
);
extern
BOOL
X11DRV_PatBlt
(
X11DRV_PDEVICE
*
physDev
,
INT
left
,
INT
top
,
INT
width
,
INT
height
,
DWORD
rop
);
...
...
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