]> Dogcows Code - chaz/openbox/blob - plugins/placement/history.c
use $(datadir)
[chaz/openbox] / 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 }
This page took 0.031536 seconds and 4 git commands to generate.