diff options
Diffstat (limited to 'plugins/placement/history.c')
| -rw-r--r-- | plugins/placement/history.c | 16 |
1 files changed, 16 insertions, 0 deletions
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 <glib.h> + +void history_startup() +{ +} + +void history_shutdown() +{ +} + +gboolean place_history(Client *c) +{ + return FALSE; +} |
