]> icculus.org git repositories - dana/openbox.git/blob - plugins/placement/history.h
build 'openbox3' instead of 'ob3'
[dana/openbox.git] / plugins / placement / history.h
1 #ifndef __plugin_placement_history_h
2 #define __plugin_placement_history_h
3
4 #include "../../kernel/client.h"
5 #include <glib.h>
6
7 void history_startup();
8 void history_shutdown();
9
10 gboolean place_history(Client *c);
11
12 #endif