Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-8165

Fix for copy pasta bug in glyph.c

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 0.3.17
    • Win32SS

    Description

      Not sure, but is this fix correct?

      Index: win32ss/drivers/font/bmfd/glyph.c
      ===================================================================
      — win32ss/drivers/font/bmfd/glyph.c (revision 63108)
      +++ win32ss/drivers/font/bmfd/glyph.c (working copy)
      @@ -154,7 +154,7 @@
      }

      /* Fill GLYPHBITS structure */

      • pgb->ptlOrigin.x = yScale * pface->wA;
        + pgb->ptlOrigin.x = xScale * pface->wA;
        pgb->ptlOrigin.y = - yScale * pface->wAscent;
        pgb->sizlBitmap.cx = cxDst;
        pgb->sizlBitmap.cy = cyDst;

      Attachments

        Activity

          People

            ThePhysicist Timo Kreuzer
            vicmarcal vicmarcal
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: