all repos — openbox @ c561ee4c7f5d24e01a4fdfd3ae44500e88ef5e52

openbox fork - make it a bit more like ryudo

plugins/placement/history.h (raw)

1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __plugin_placement_history_h
#define __plugin_placement_history_h

#include "../../kernel/client.h"
#include <glib.h>

void history_startup();
void history_shutdown();

gboolean place_history(Client *c);

#endif