]> Dogcows Code - chaz/openbox/blob - history.c
d979bb1f4de77202be2972e181e08c00be2c1ed4
[chaz/openbox] / 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 }
This page took 0.036913 seconds and 3 git commands to generate.