openbox/plugins/placement/history.c
2003-03-21 07:54:48 +00:00

16 lines
197 B
C

#include "../../kernel/frame.h"
#include "../../kernel/client.h"
#include <glib.h>
void history_startup()
{
}
void history_shutdown()
{
}
gboolean place_history(Client *c)
{
return FALSE;
}