static control: Support text style flags.
commit7effdb0b23cb112e0e89490e8bf3ed828b9d9289
authorMichael Kaufmann <hallo@michael-kaufmann.ch>
Tue, 17 Jan 2006 15:00:47 +0000 (17 16:00 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Jan 2006 15:00:47 +0000 (17 16:00 +0100)
treee787db70ce6ccce10e17c5a83d797cf2919ee94c
parent5964f663f30aa3ec25cf4eca98dae81cfb99d162
static control: Support text style flags.
- Support DT_END_ELLIPSIS, DT_PATH_ELLIPSIS and DT_WORD_ELLIPSIS.
- Paint simple text without prefixes (SS_SIMPLE | SS_NOPREFIX) with
  the ExtTextOut function like the native control does.
- Gray text color: Only for non-simple static controls.
dlls/user/static.c