]> icculus.org git repositories - mikachu/openbox.git/commit
Implement plugin engine to draw frame (Follow Master patch)
authorBenoît Gschwind <doth.gschwind@gmail.com>
Thu, 14 Feb 2008 02:06:12 +0000 (21:06 -0500)
committerDana Jansens <danakj@orodu.net>
Thu, 21 Feb 2008 17:05:24 +0000 (12:05 -0500)
commite7395b916e867d0c632b88785406ce9fc8f1a7cf
tree70348abb0d508f8c67a1cd069e4c8e5d79b15f2e
parent3167fc223ea82851ae954b348a5ff1c0ce6b6d79
Implement plugin engine to draw frame (Follow Master patch)
61 files changed:
Makefile.am
configure.ac
engines/concept/config.c [new file with mode: 0644]
engines/concept/config.h [new file with mode: 0644]
engines/concept/plugin.c [new file with mode: 0644]
engines/concept/plugin.h [new file with mode: 0644]
engines/concept2/frame_concept2_config.c [new file with mode: 0644]
engines/concept2/frame_concept2_config.h [new file with mode: 0644]
engines/concept2/frame_concept2_plugin.c [new file with mode: 0644]
engines/concept2/frame_concept2_plugin.h [new file with mode: 0644]
engines/concept2/frame_concept2_render.c [new file with mode: 0644]
engines/concept2/frame_concept2_render.h [new file with mode: 0644]
engines/default/config.c [new file with mode: 0644]
engines/default/config.h [new file with mode: 0644]
engines/default/plugin.c [new file with mode: 0644]
engines/default/plugin.h [new file with mode: 0644]
engines/default/render.c [new file with mode: 0644]
engines/default/render.h [new file with mode: 0644]
engines/minimal/frame_minimal_config.c [new file with mode: 0644]
engines/minimal/frame_minimal_config.h [new file with mode: 0644]
engines/minimal/frame_minimal_plugin.c [new file with mode: 0644]
engines/minimal/frame_minimal_plugin.h [new file with mode: 0644]
engines/minimal/frame_minimal_render.c [new file with mode: 0644]
engines/minimal/frame_minimal_render.h [new file with mode: 0644]
openbox/actions.h
openbox/actions/growtoedge.c
openbox/actions/if.c
openbox/actions/moverelative.c
openbox/actions/moveresizeto.c
openbox/actions/movetoedge.c
openbox/actions/resize.c
openbox/actions/resizerelative.c
openbox/client.c
openbox/client_menu.c
openbox/engine_interface.c [new file with mode: 0644]
openbox/engine_interface.h [new file with mode: 0644]
openbox/event.c
openbox/focus_cycle.c
openbox/focus_cycle.h
openbox/focus_cycle_indicator.c
openbox/frame.c [deleted file]
openbox/frame.h [deleted file]
openbox/framerender.c [deleted file]
openbox/framerender.h [deleted file]
openbox/keyboard.c
openbox/keyboard.h
openbox/mouse.c
openbox/mouse.h
openbox/moveresize.c
openbox/moveresize.h
openbox/openbox.c
openbox/openbox.h
openbox/place.c
openbox/popup.c
openbox/resist.c
openbox/screen.c
openbox/stacking.c
openbox/window.c
openbox/window.h
render/theme.c
render/theme.h