On Thursday,  6 April 2006 at 13:00, Dennis Schridde wrote:
> Am Sonntag, 2. April 2006 19:49 schrieb Christian Ohm:
> > OK, here is a list of files that I think should be renamed.
> >
> >  * Rename lib/framework/cursors.c to cursors.h, and adjust the include
> >    in lib/framework/frame(_stub).c
> cursor.c contains variable and function definitions, so it shouldn't be a 
> header. I think it should better be split into a header and a sourcefile.

What about cursors.inc (and perhaps move init_system_cursors into
frame_stub.c)? It is only included in frame_stub.c, and only consists of
static definitions, so I don't think it'll work to make an extra .c file
out of it (while keeping the static attributes).

> > * Move aud.c from src to lib/sound (where aud.h already resides).
> aud.c depends heavily on headers from src/, so can't be moved to lib/sound/.
> Instead I wonder how aud.h could get there...

Yeah, it was the wrong way around. Both into src/ is good.

-- 
Nobody ever forgets where he buried the hatchet.
                -- Kin Hubbard

_______________________________________________
Warzone-dev mailing list
[email protected]
https://mail.gna.org/listinfo/warzone-dev

Reply via email to