all repos — openbox @ f24116de755c1bedf30388987ae6dcdfe95bfc84

openbox fork - make it a bit more like ryudo

rm some debug prints
Dana Jansens danakj@orodu.net
commit

f24116de755c1bedf30388987ae6dcdfe95bfc84

parent

059fa15ae1ae564607e1d4b01559487dcf25b13a

1 files changed, 2 insertions(+), 4 deletions(-)

jump to
M openbox/client.copenbox/client.c

@@ -50,10 +50,8 @@ client_map = g_hash_table_new((GHashFunc)map_hash,

(GEqualFunc)map_key_comp); /* save the stacking order on startup! */ - if (!PROP_GET32U(ob_root, net_client_list_stacking, window, - client_startup_stack_order, client_startup_stack_size)) - g_message("failed"); - g_message("%ld", client_startup_stack_size); + PROP_GET32U(ob_root, net_client_list_stacking, window, + client_startup_stack_order, client_startup_stack_size)) client_set_list(); }