OUTLINETEXTMETRIC typo

Huw D M Davies h.davies1 at physics.ox.ac.uk
Mon Mar 12 17:13:16 CST 2001


	Huw D M Davies <hdavies at codeweavers.com>
	Fix typo in OUTLINETEXTMETRIC definition.
-------------- next part --------------
Index: include/wingdi.h
===================================================================
RCS file: /home/wine/wine/include/wingdi.h,v
retrieving revision 1.54
diff -u -r1.54 wingdi.h
--- include/wingdi.h	2000/12/29 03:43:43	1.54
+++ include/wingdi.h	2001/03/12 22:55:18
@@ -967,7 +967,7 @@
 {
     UINT          otmSize;
     TEXTMETRICA   otmTextMetrics;
-    BYTE            otmFilter;
+    BYTE            otmFiller;
     PANOSE          otmPanoseNumber;
     UINT          otmfsSelection;
     UINT          otmfsType;
@@ -1003,7 +1003,7 @@
 {
     UINT          otmSize;
     TEXTMETRICW   otmTextMetrics;
-    BYTE            otmFilter;
+    BYTE            otmFiller;
     PANOSE          otmPanoseNumber;
     UINT          otmfsSelection;
     UINT          otmfsType;
Index: objects/font.c
===================================================================
RCS file: /home/wine/wine/objects/font.c,v
retrieving revision 1.37
diff -u -r1.37 font.c
--- objects/font.c	2001/02/14 22:56:39	1.37
+++ objects/font.c	2001/03/12 22:55:18
@@ -1318,7 +1318,7 @@
 
     HeapFree(GetProcessHeap(),HEAP_ZERO_MEMORY,lptxtMetr);
     
-    lpOTM->otmFilter = 0;
+    lpOTM->otmFiller = 0;
 
     lpOTM->otmPanoseNumber.bFamilyType  = 0;
     lpOTM->otmPanoseNumber.bSerifStyle  = 0;


More information about the wine-patches mailing list