]> Dogcows Code - chaz/openbox/blob - plugins/placement/history.h
385717696e49db4b3cf4c62c4a4fc0951af5a47c
[chaz/openbox] / 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
This page took 0.036237 seconds and 3 git commands to generate.