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.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/prop.h') diff --git a/openbox/prop.h b/openbox/prop.h index fa45d5cd..f65dd135 100644 --- a/openbox/prop.h +++ b/openbox/prop.h @@ -165,6 +165,9 @@ typedef struct Atoms { Atom openbox_pid; Atom ob_wm_state_undecorated; + Atom ob_control; + Atom ob_reconfigure; + Atom ob_restart; } Atoms; Atoms prop_atoms; -- cgit v1.2.3