diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-23 19:42:47 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-23 19:42:47 +0000 |
| commit | 80c7f14520694771c08b9564487ba65e7dadd75e (patch) | |
| tree | f018e8506d952b8f560ee0c1448751605e7fd44d /plugins/placement | |
| parent | fdf4265a13f5aacc87b4bdf7ae851505eff780a6 (diff) | |
add the plugin_setup_config function
Diffstat (limited to 'plugins/placement')
| -rw-r--r-- | plugins/placement/placement.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/placement/placement.c b/plugins/placement/placement.c index 2627eb84..2307db2f 100644 --- a/plugins/placement/placement.c +++ b/plugins/placement/placement.c @@ -8,6 +8,10 @@ gboolean history = TRUE; +void plugin_setup_config() +{ +} + static void place_random(Client *c) { int l, r, t, b; |
