From: Dana Jansens Date: Fri, 19 Sep 2003 17:40:35 +0000 (+0000) Subject: const X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=77d83472341493ddcf334ea1654671118c83dc35;p=chaz%2Fopenbox const --- 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;