X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=ef98446b7163d713407c95a0dd5d3ad30c5f7035;hb=700b2c0aec0663249e39333b24de02f249f70267;hp=db4f25b776c4e215423cd7205f36b5443cfd8cd9;hpb=0fcf5ead0fb38710e6277da8b59c6ad19f907092;p=chaz%2Fopenbox diff --git a/openbox/screen.c b/openbox/screen.c index db4f25b7..ef98446b 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -203,7 +203,7 @@ gboolean screen_annex(void) NET_SUPPORTING_WM_CHECK, WINDOW, screen_support_win); /* set properties on the supporting window */ - OBT_PROP_SETS(screen_support_win, NET_WM_NAME, "Openbox"); + OBT_PROP_SETS(screen_support_win, NET_WM_NAME, utf8, "Openbox"); OBT_PROP_SET32(screen_support_win, NET_SUPPORTING_WM_CHECK, WINDOW, screen_support_win); @@ -385,7 +385,7 @@ void screen_startup(gboolean reconfig) /* set the root window property */ OBT_PROP_SETSS(RootWindow(obt_display, ob_screen), - NET_DESKTOP_NAMES, names); + NET_DESKTOP_NAMES, utf8, (const gchar**)names); g_strfreev(names); } @@ -1162,7 +1162,7 @@ void screen_update_desktop_names(void) /* if we changed any names, then set the root property so we can all agree on the names */ OBT_PROP_SETSS(RootWindow(obt_display, ob_screen), NET_DESKTOP_NAMES, - screen_desktop_names); + utf8, (const gchar**)screen_desktop_names); } /* resize the pager for these names */