diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-17 08:01:37 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-17 08:01:37 +0000 |
| commit | ebe3091560a859996a9904c342c62b512b39bee0 (patch) | |
| tree | fd733567f8aec40b7b9bafecc592f0da43ed47a7 /openbox/frame.c | |
| parent | 16f46c296d1fcd3f27fc62a18e71c55fb3fd3e88 (diff) | |
const
Diffstat (limited to 'openbox/frame.c')
| -rw-r--r-- | openbox/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/frame.c b/openbox/frame.c index fda6c86b..50534823 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -646,7 +646,7 @@ static void layout_title(ObFrame *self) } } -ObFrameContext frame_context_from_string(char *name) +ObFrameContext frame_context_from_string(const gchar *name) { if (!g_ascii_strcasecmp("Desktop", name)) return OB_FRAME_CONTEXT_DESKTOP; |
