]> Dogcows Code - chaz/openbox/blob - plugins/placement/history.h
ECKS EM ELL
[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.034614 seconds and 4 git commands to generate.