CVSROOT: /cvs/directfb
Module name: DirectFB
Changes by: dok 20041030 20:02:47
Modified files:
. : configure.in
src/core : windows.c windows.h windowstack.c wm.c wm.h
wm_module.h
src/display : idirectfbsurface_window.c
src/windows : idirectfbwindow.c
wm : Makefile.am
wm/default : Makefile.am default.c
Added files:
wm/unique : .cvsignore Makefile.am context.c context.h
foo.h internal.h stret.c stret.h test_color.c
types.h unique.c uniquewm.c uniquewm.h
wm/unique/classes: .cvsignore Makefile.am foo.c frame.c root.c
window.c
Removed files:
wm/default : stret.c stret.h
Log message:
Removed StReT stuff from default window manager module.
Forked a new window manager module with the new StReT stuff.
The new window manager consists of the wm module that is plugged into
DirectFB and a library that contains the wm implementation. This library
can be linked into programs, like in the "test_color" example which
changes the global window border color. This test will be removed and
replaced by a more sophisticated configuration system.