- [Win32k] Add comments to text functions.

svn path=/trunk/; revision=44312
This commit is contained in:
James Tabor 2009-11-28 19:34:45 +00:00
parent 7d4a441c15
commit 41cbf8aa2b

View file

@ -15,6 +15,11 @@
/** Functions *****************************************************************/
/*
flOpts :
GetTextExtentPoint32W = 0
GetTextExtentPointW = 1
*/
BOOL
FASTCALL
GreGetTextExtentW(
@ -65,6 +70,12 @@ GreGetTextExtentW(
return Result;
}
/*
fl :
GetTextExtentExPointW = 0 and everything else that uses this.
GetTextExtentExPointI = 1
*/
BOOL
FASTCALL
GreGetTextExtentExW(
@ -235,6 +246,12 @@ NtGdiGetTextCharsetInfo(
return Ret;
}
/*
fl :
GetTextExtentExPointW = 0 and everything else that uses this.
GetTextExtentExPointI = 1
*/
W32KAPI
BOOL
APIENTRY
@ -389,6 +406,12 @@ NtGdiGetTextExtentExW(
return TRUE;
}
/*
flOpts :
GetTextExtentPoint32W = 0
GetTextExtentPointW = 1
*/
BOOL
APIENTRY
NtGdiGetTextExtent(HDC hdc,