diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-28 04:42:26 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-28 04:42:26 +0000 |
| commit | 883a38eeb21e4c166e31f25a9af32b739d85d409 (patch) | |
| tree | 01ae6398dab9d9cfeed5badc100e3ec3a41294ea /engines/openbox/obrender.h | |
| parent | 66969a6ba5d55d74189a8cad68b67cf6cc16dd79 (diff) | |
split the render functions into obrender.c. rename all the src files to obfoo so no more conflicts with code elsewhere in the tree.
Diffstat (limited to 'engines/openbox/obrender.h')
| -rw-r--r-- | engines/openbox/obrender.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/openbox/obrender.h b/engines/openbox/obrender.h new file mode 100644 index 00000000..fd7cc4d7 --- /dev/null +++ b/engines/openbox/obrender.h @@ -0,0 +1,8 @@ +#ifndef __engines_openbox_render_h +#define __engines_openbox_render_h + +#include "obengine.h" + +void render_frame(ObFrame *self); + +#endif |
