From d0a1f447f1a220157c259014b0fcf3249be44875 Mon Sep 17 00:00:00 2001 From: Jason Filby Date: Thu, 19 Sep 2002 22:56:14 +0000 Subject: [PATCH] Corrected comment svn path=/trunk/; revision=3524 --- reactos/subsys/win32k/objects/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/subsys/win32k/objects/text.c b/reactos/subsys/win32k/objects/text.c index a50faaa5cc5..ded81fde906 100644 --- a/reactos/subsys/win32k/objects/text.c +++ b/reactos/subsys/win32k/objects/text.c @@ -664,7 +664,7 @@ W32kTextOut(HDC hDC, BrushOrigin.x = 0; BrushOrigin.y = 0; - // Do we use the current TEXTOBJ's logfont.lfOrientation or the DC's textAlign? + // Determine the yoff from the dc's w.textAlign if (dc->w.textAlign & TA_BASELINE) { yoff = 0; }