25 Jul
2010
25 Jul
'10
6:30 p.m.
On Sun, Jul 25, 2010 at 11:36 PM, Mikko Rasa <tdb(a)tdb.fi> wrote:
- static const DWORD user_flags = clip_flags | DCX_NORESETATTRS; /* flags that can be set by user */ + static const DWORD user_flags = DCX_PARENTCLIP | DCX_CLIPSIBLINGS | DCX_CLIPCHILDREN | DCX_WINDOW + | DCX_NORESETATTRS; /* flags that can be set by user */
This should be committed first thing tomorrow imho (in order to minimize the number of potential compile errors in case of a bisect). Octavian