diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-28 13:37:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-28 13:37:32 +0000 |
| commit | c726a1f709484da690a6fbcc7f6b8b4934660290 (patch) | |
| tree | 02f0a6a2441a2519829e5eca0d8bb8d1ae57fb44 /openbox/screen.c | |
| parent | 9d8e1da42a40f886b0dd1a5f5b1fd79be59cd1e0 (diff) | |
set the current theme in a root property
Diffstat (limited to 'openbox/screen.c')
| -rw-r--r-- | openbox/screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
