From fdabb69f4f25596df972caa76c85c2aeba26226e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 27 Jul 2007 01:37:28 -0400 Subject: update openbox to use the current parser interface in libobt there is also some random bug fixes for other libobt stuff in here. --- obt/prop.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'obt/prop.h') diff --git a/obt/prop.h b/obt/prop.h index 1f570935..7dfa90f6 100644 --- a/obt/prop.h +++ b/obt/prop.h @@ -225,10 +225,8 @@ void obt_prop_set_array32(Window win, Atom prop, Atom type, gulong *val, guint num); void obt_prop_set_string_locale(Window win, Atom prop, const gchar *val); void obt_prop_set_string_utf8(Window win, Atom prop, const gchar *val); -void obt_prop_set_strings_locale(Window win, Atom prop, - const gchar **strs); -void obt_prop_set_strings_utf8(Window win, Atom prop, - const gchar **strs); +void obt_prop_set_strings_locale(Window win, Atom prop, gchar const **strs); +void obt_prop_set_strings_utf8(Window win, Atom prop, gchar const **strs); void obt_prop_erase(Window win, Atom prop); -- cgit v1.2.3