X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fframe.c;h=50534823b44edf5a7d3dc979c709a899a9e087a6;hb=6675b28dede3e0581a1b1bfb73fb0dd3b5dd1863;hp=fda6c86b878cfa40dcb3b27038a67b6f28ea2ace;hpb=16f46c296d1fcd3f27fc62a18e71c55fb3fd3e88;p=chaz%2Fopenbox 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;