From c726a1f709484da690a6fbcc7f6b8b4934660290 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 May 2007 13:37:32 +0000 Subject: set the current theme in a root property --- openbox/screen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'openbox/screen.c') diff --git a/openbox/screen.c b/openbox/screen.c index 2ada7438..e5a9af3b 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -294,6 +294,7 @@ gboolean screen_annex() supported[i++] = prop_atoms.ob_wm_action_undecorate; supported[i++] = prop_atoms.ob_wm_state_undecorated; supported[i++] = prop_atoms.openbox_pid; + supported[i++] = prop_atoms.ob_theme; supported[i++] = prop_atoms.ob_control; g_assert(i == num_support); -- cgit v1.2.3