]> Dogcows Code - chaz/openbox/blobdiff - obt/prop.h
avoid new gcc warning (casting ** to const** is not valid for good reason)
[chaz/openbox] / obt / prop.h
index 0a471cd501cbbe20db9d01bdd934ace8aded590c..7ccc218e195ab1d0a09debcc101b0746ddf610e8 100644 (file)
@@ -213,6 +213,7 @@ typedef enum {
     OBT_PROP_OB_CONTROL,
     OBT_PROP_OB_VERSION,
     OBT_PROP_OB_APP_ROLE,
+    OBT_PROP_OB_APP_TITLE,
     OBT_PROP_OB_APP_NAME,
     OBT_PROP_OB_APP_CLASS,
     OBT_PROP_OB_APP_TYPE,
@@ -235,8 +236,10 @@ 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,
+                                 const gchar *const *strs);
+void obt_prop_set_strings_utf8(Window win, Atom prop,
+                               const gchar *const *strs);
 
 void obt_prop_erase(Window win, Atom prop);
 
This page took 0.019908 seconds and 4 git commands to generate.