21 Mar
2011
21 Mar
'11
11:46 p.m.
André Hentschel <nerv(a)dawncrow.de> wrote:
- TRACE("(%p,%s)\n", hwnd, debugstr_w(pszClassList)); + TRACE("(%p,%s, %u)\n", hwnd, debugstr_w(pszClassList), Flags); + + if(Flags) + FIXME("unhandled Flags: %u\n", Flags); ... +#define OTD_FORCE_RECT_SIZING 0x0001 +#define OTD_NONCLIENT 0x0002 +#define OTD_VALIDBITS (OTD_FORCE_RECT_SIZING | OTD_NONCLIENT)
Flags should be printed as hex in the traces. Also using names without capitalizaion and hungarian notation is always preferred for new code in Wine. -- Dmitry.
5381
Age (days ago)
5381
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov