Re: Move GDI handles to the large heap

2005-05-19 Thread Dimitrie Paun
From: "Alexandre Julliard" <[EMAIL PROTECTED]> > > In particular, what do we do with > > windows/syscolor.c:SYSCOLOR_MakeObjectSystem() > > Now you know why this hasn't been done yet ;-) What about a private __wine_make_system_object()? It's not like we'll use our USER on windows, no? -- D

Re: Move GDI handles to the large heap

2005-05-19 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > I'm not sure if this is what Alexandre had in > mind, but here it goes... > > ... I just realized that some things may break. > In particular, what do we do with > windows/syscolor.c:SYSCOLOR_MakeObjectSystem() Now you know why this hasn't be

Move GDI handles to the large heap

2005-05-19 Thread Dimitrie O. Paun
I'm not sure if this is what Alexandre had in mind, but here it goes... ... I just realized that some things may break. In particular, what do we do with windows/syscolor.c:SYSCOLOR_MakeObjectSystem() Index: dlls/gdi/gdiobj.c ==