]> Dogcows Code - chaz/openbox/blobdiff - openbox/frame.c
const
[chaz/openbox] / openbox / frame.c
index bb4440f36e3952340140774a7e12ef3893ab4724..50534823b44edf5a7d3dc979c709a899a9e087a6 100644 (file)
@@ -1,4 +1,4 @@
-/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*-
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
 
    frame.c for the Openbox window manager
    Copyright (c) 2003        Ben Jansens
@@ -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;
This page took 0.021842 seconds and 4 git commands to generate.