summaryrefslogtreecommitdiff
path: root/openbox/moveresize.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-18 15:07:30 +0000
committerDana Jansens <danakj@orodu.net>2007-03-18 15:07:30 +0000
commit3678f8df8a3d2f5fb20d07d9124c3f0b8618ca5d (patch)
tree049afd9c94b22360496e407226831b612fad1d8f /openbox/moveresize.c
parent5fa443efc8f85a2365c1043c547ac2168a294575 (diff)
use const char*'s when we should be
Diffstat (limited to 'openbox/moveresize.c')
-rw-r--r--openbox/moveresize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/moveresize.c b/openbox/moveresize.c
index 6a860c8e..d078f52a 100644
--- a/openbox/moveresize.c
+++ b/openbox/moveresize.c
@@ -73,7 +73,7 @@ void moveresize_shutdown(gboolean reconfig)
popup = NULL;
}
-static void popup_coords(ObClient *c, gchar *format, gint a, gint b)
+static void popup_coords(ObClient *c, const gchar *format, gint a, gint b)
{
gchar *text;