projects
/
mikachu
/
openbox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
no drag events for keysrc..
[mikachu/openbox.git]
/
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