summaryrefslogtreecommitdiff
path: root/openbox/keyboard.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-21 23:57:35 +0000
committerDana Jansens <danakj@orodu.net>2007-06-21 23:57:35 +0000
commit314c0566371d83305d723c883884555a24cc0ad8 (patch)
tree8e68c95d5089922e480f2dda07523b0d9a0e7f52 /openbox/keyboard.c
parent828d06f271392abbef75bb37e2635b2085bdef90 (diff)
make mouse use the new action stuff
Diffstat (limited to 'openbox/keyboard.c')
-rw-r--r--openbox/keyboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/keyboard.c b/openbox/keyboard.c
index 7fdd1870..d9ec4f88 100644
--- a/openbox/keyboard.c
+++ b/openbox/keyboard.c
@@ -25,7 +25,7 @@
#include "event.h"
#include "grab.h"
#include "client.h"
-#include "action.h"
+#include "actions.h"
#include "prop.h"
#include "menuframe.h"
#include "config.h"
@@ -42,7 +42,7 @@ typedef struct {
gboolean active;
guint state;
ObClient *client;
- ObAction *action;
+ ObActionsAct *action;
} ObInteractiveState;
KeyBindingTree *keyboard_firstnode = NULL;
@@ -142,7 +142,7 @@ void keyboard_chroot(GList *keylist)
}
}
-gboolean keyboard_bind(GList *keylist, ObAction *action)
+gboolean keyboard_bind(GList *keylist, ObActionsAct *action)
{
KeyBindingTree *tree, *t;
gboolean conflict;