summaryrefslogtreecommitdiff
path: root/openbox/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions.h')
-rw-r--r--openbox/actions.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/openbox/actions.h b/openbox/actions.h
index a56ece39..e03bc577 100644
--- a/openbox/actions.h
+++ b/openbox/actions.h
@@ -19,6 +19,7 @@
#include "misc.h"
#include "frame.h"
#include "obt/xml.h"
+#include "obt/keyboard.h"
#include <glib.h>
#include <X11/Xlib.h>
@@ -43,9 +44,10 @@ typedef void (*ObActionsShutdownFunc)(void);
typedef gboolean (*ObActionsIPreFunc)(guint initial_state, gpointer options);
typedef void (*ObActionsIPostFunc)(gpointer options);
typedef gboolean (*ObActionsIInputFunc)(guint initial_state,
- XEvent *e,
- gpointer options,
- gboolean *used);
+ XEvent *e,
+ ObtIC *ic,
+ gpointer options,
+ gboolean *used);
typedef void (*ObActionsICancelFunc)(gpointer options);
typedef gpointer (*ObActionsIDataSetupFunc)(xmlNodePtr node,
ObActionsIPreFunc *pre,