summaryrefslogtreecommitdiff
path: root/plugins/keyboard
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-23 19:42:47 +0000
committerDana Jansens <danakj@orodu.net>2003-03-23 19:42:47 +0000
commit80c7f14520694771c08b9564487ba65e7dadd75e (patch)
treef018e8506d952b8f560ee0c1448751605e7fd44d /plugins/keyboard
parentfdf4265a13f5aacc87b4bdf7ae851505eff780a6 (diff)
add the plugin_setup_config function
Diffstat (limited to 'plugins/keyboard')
-rw-r--r--plugins/keyboard/keyboard.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/keyboard/keyboard.c b/plugins/keyboard/keyboard.c
index 4fa6a8ed..6836ca16 100644
--- a/plugins/keyboard/keyboard.c
+++ b/plugins/keyboard/keyboard.c
@@ -7,6 +7,10 @@
#include "keyboard.h"
#include <glib.h>
+void plugin_setup_config()
+{
+}
+
KeyBindingTree *firstnode;
static KeyBindingTree *curpos;