Author: jimtabor Date: Sat Nov 28 20:34:45 2009 New Revision: 44312
URL: http://svn.reactos.org/svn/reactos?rev=44312&view=rev Log: - [Win32k] Add comments to text functions.
Modified: trunk/reactos/subsystems/win32/win32k/objects/text.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/text.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/obj... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/objects/text.c [iso-8859-1] (original) +++ trunk/reactos/subsystems/win32/win32k/objects/text.c [iso-8859-1] Sat Nov 28 20:34:45 2009 @@ -15,6 +15,11 @@
/** Functions *****************************************************************/
+/* + flOpts : + GetTextExtentPoint32W = 0 + GetTextExtentPointW = 1 + */ BOOL FASTCALL GreGetTextExtentW( @@ -65,6 +70,12 @@ return Result; }
+ +/* + fl : + GetTextExtentExPointW = 0 and everything else that uses this. + GetTextExtentExPointI = 1 + */ BOOL FASTCALL GreGetTextExtentExW( @@ -235,6 +246,12 @@ return Ret; }
+ +/* + fl : + GetTextExtentExPointW = 0 and everything else that uses this. + GetTextExtentExPointI = 1 + */ W32KAPI BOOL APIENTRY @@ -389,6 +406,12 @@ return TRUE; }
+ +/* + flOpts : + GetTextExtentPoint32W = 0 + GetTextExtentPointW = 1 + */ BOOL APIENTRY NtGdiGetTextExtent(HDC hdc,