From 0edc14a4f92e34f5edcdb00898013206142ca71d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 21 Mar 2003 07:54:48 +0000 Subject: set up the history place stuff's files --- plugins/placement/history.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/placement/history.c (limited to 'plugins/placement/history.c') diff --git a/plugins/placement/history.c b/plugins/placement/history.c new file mode 100644 index 00000000..d979bb1f --- /dev/null +++ b/plugins/placement/history.c @@ -0,0 +1,16 @@ +#include "../../kernel/frame.h" +#include "../../kernel/client.h" +#include + +void history_startup() +{ +} + +void history_shutdown() +{ +} + +gboolean place_history(Client *c) +{ + return FALSE; +} -- cgit v1.2.3