]> Dogcows Code - chaz/openbox/blobdiff - openbox/moveresize.c
use const char*'s when we should be
[chaz/openbox] / openbox / moveresize.c
index 6a860c8e9a8d8c3ebf086586fa261ae4f5999ee1..d078f52a389d26327dd33fa86fc5ef0e9e795f6a 100644 (file)
@@ -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;
 
This page took 0.021909 seconds and 4 git commands to generate.