[Bug 25085] New: Invalid Fixme messages in fonts.c

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 9 13:00:04 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=25085

           Summary: Invalid Fixme messages in fonts.c
           Product: Wine
           Version: 1.3.6
          Platform: x86
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdi32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: support at securenetterm.com


The gdi32.dll module font.c, function GetCharacterPlacementW contain the
following two FIXME error messages which do not appear to be valid:

if(dwFlags&(~GCP_REORDER))  FIXME("flags 0x%08x ignored\n", dwFlags);
if(lpResults->lpClass)      FIXME("classes not implemented\n");

Application programs that produce a lot of screen output (such as telnet, ssh,
etc) that use this this function is slowed down quite a bit since these two
error messages are generated for every line of text written.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list