From e979b388d83a48e45a6a36869f2bc87161e8a720 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 4 Mar 2007 20:05:00 +0000 Subject: use the X protocol to reconfigure instead of signals, works over the network too --- openbox/prop.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/prop.c') diff --git a/openbox/prop.c b/openbox/prop.c index c35bba99..3d40f637 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -152,6 +152,9 @@ void prop_startup() CREATE(openbox_pid, "_OPENBOX_PID"); CREATE(ob_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED"); + CREATE(ob_control, "_OB_CONTROL"); + CREATE(ob_reconfigure, "_OB_RECONFIGURE"); + CREATE(ob_restart, "_OB_RESTART"); } #include -- cgit v1.2.3