]> icculus.org git repositories - dana/openbox.git/blob - plugins/placement/history.c
set up the history place stuff's files
[dana/openbox.git] / plugins / placement / history.c
1 #include "../../kernel/frame.h"
2 #include "../../kernel/client.h"
3 #include <glib.h>
4
5 void history_startup()
6 {
7 }
8
9 void history_shutdown()
10 {
11 }
12
13 gboolean place_history(Client *c)
14 {
15     return FALSE;
16 }