diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-19 17:40:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-19 17:40:35 +0000 |
| commit | 77d83472341493ddcf334ea1654671118c83dc35 (patch) | |
| tree | 293aba75ab8f7aeacf4b5721fb2b0b1b4defb78f | |
| parent | 44fd94ff51239e99a604ccafec039c5453467508 (diff) | |
const
| -rw-r--r-- | openbox/config.c | 2 |
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; |
