From: "Alexandre Julliard" <[EMAIL PROTECTED]>
> > Should we move ts_*.h and x11*.h to include/wine?
Well, some of these can go to dlls/x11drv I guess, but we first
have to move graphics/x11drv/* into dlls/x11drv. Would you accept
a patch to that effect?
However, some of the include/{ts_,x11}*.h are used in multiple dlls,
so I guess they do belong in include/wine, don't they?
> > What about include/bitmaps/* to graphics/x11drv/bitmaps?
> > (but than again, graphics/x11drv/* should probably go to dlls/x11drv, so
> > maybe we should move them directly to dlls/x11drv/bitmaps)
>
> XPM bitmaps should be removed and replaced by resources IMO.
OK.
> > And stuff like: builtin16.h, callback.h, config.h, debugdefs.h,
> > debugtools.h, dosexe.h, drive.h, elfdll.h, file.h, global.h, loadorder.h,
> > etc should probably be moved to include/wine or their directory.
>
> To include/wine no, to their respective dll directory yes, but you
> will need to fix a lot of places that use them first.
Well, again, not all of them can do in a specific directory. For example
config.h, debugtools.h (I think). But yes, most of them can go in their
respective dlls dirs, but in some cases we may need to move some .c files
around (well, I guess these will have to wait).
--
Dimi.