summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/config.c b/openbox/config.c
index c58033bb..c86b739c 100644
--- a/openbox/config.c
+++ b/openbox/config.c
@@ -388,7 +388,7 @@ typedef struct
{
const gchar *button;
const gchar *context;
- ObMouseAction mact;
+ const ObMouseAction mact;
const gchar *actname;
} ObDefMouseBind;