all repos — openbox @ 0edc14a4f92e34f5edcdb00898013206142ca71d

openbox fork - make it a bit more like ryudo

plugins/placement/history.c (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "../../kernel/frame.h"
#include "../../kernel/client.h"
#include <glib.h>

void history_startup()
{
}

void history_shutdown()
{
}

gboolean place_history(Client *c)
{
    return FALSE;
}