projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
059fa15
)
rm some debug prints
author
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 07:59:05 +0000
(07:59 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 26 Mar 2003 07:59:05 +0000
(07:59 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 61df2ad3af7a99fa9dedc8418ae71f4569256165..8d2b3bbb6eb09c7ba36305d015257dff5dc997e4 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-50,10
+50,8
@@
void client_startup()
(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();
}