Skip to content
Snippets Groups Projects
Forked from wine / wine
Source project has a limited visibility.
  • Bill Medland's avatar
    fd59f34e
    First stage of DrawText upgrade. · fd59f34e
    Bill Medland authored and Alexandre Julliard's avatar Alexandre Julliard committed
    - Rearrange code into three distinct areas; DrawText, GrayString,
      TabbedText.
    - Remove unused macros.
    - Modify treatment of Tab arguments to fit with observed behaviour.
      e.g. DrawTextEx with DT_TABSTOP but null dtp will not take the
      setting from the flags.  Also only uses bits 15 to 8, not the
      higher bits.
    fd59f34e
    History
    First stage of DrawText upgrade.
    Bill Medland authored and Alexandre Julliard's avatar Alexandre Julliard committed
    - Rearrange code into three distinct areas; DrawText, GrayString,
      TabbedText.
    - Remove unused macros.
    - Modify treatment of Tab arguments to fit with observed behaviour.
      e.g. DrawTextEx with DT_TABSTOP but null dtp will not take the
      setting from the flags.  Also only uses bits 15 to 8, not the
      higher bits.