move the openbox engine into librender and the kernel. the theme is loaded and stored...
authorDana Jansens <danakj@orodu.net>
Sun, 13 Apr 2003 07:18:28 +0000 (07:18 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 13 Apr 2003 07:18:28 +0000 (07:18 +0000)
commit5cf61ee02354c1c9f80c11f3796afc4b948055d6
tree5530ecca55e11cc74e57db07d750447c7107f8ed
parentfb1696659672386bcfc0f753b67f9eeda74e93b9
move the openbox engine into librender and the kernel. the theme is loaded and stored inside librender. the frame is decorated and managed inside the kernel.
43 files changed:
Makefile.in
build/Makefile.engines [deleted file]
build/Makefile.engines.openbox [deleted file]
build/Makefile.kernel
build/Makefile.render
build/Makefile.themes.openbox [deleted file]
cwmcc/prop.c
cwmcc/root_props.c
cwmcc/root_props.h
engines/.cvsignore [deleted file]
engines/engineinterface.h [deleted file]
engines/openbox/.cvsignore [deleted file]
engines/openbox/obengine.c [deleted file]
engines/openbox/obengine.h [deleted file]
engines/openbox/obrender.c [deleted file]
engines/openbox/obrender.h [deleted file]
engines/openbox/obtheme.c [deleted file]
engines/openbox/obtheme.h [deleted file]
obcl/Makefile [moved from engines/openbox/Makefile with 71% similarity]
openbox/.cvsignore
openbox/action.c
openbox/client.c
openbox/config.h
openbox/engine.c [deleted file]
openbox/engine.h [deleted file]
openbox/event.c
openbox/focus.c
openbox/frame.c
openbox/frame.h
openbox/framerender.c [new file with mode: 0644]
openbox/framerender.h [new file with mode: 0644]
openbox/openbox.c
openbox/parse.l
openbox/parse.y
openbox/screen.c
plugins/keyboard/keyboard.c
plugins/mouse/mouse.c
render/.cvsignore
render/font.h
render/mask.h
render/render.h
render/theme.c [new file with mode: 0644]
render/theme.h [new file with mode: 0644]