summaryrefslogtreecommitdiff
path: root/openbox/prop.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/prop.c')
-rw-r--r--openbox/prop.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/prop.c b/openbox/prop.c
index ec1ce3db..b21b3f53 100644
--- a/openbox/prop.c
+++ b/openbox/prop.c
@@ -179,6 +179,9 @@ void prop_startup(void)
CREATE(ob_wm_action_undecorate, "_OB_WM_ACTION_UNDECORATE");
CREATE(ob_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED");
CREATE(ob_control, "_OB_CONTROL");
+ CREATE(ob_role, "_OB_ROLE");
+ CREATE(ob_name, "_OB_NAME");
+ CREATE(ob_class, "_OB_CLASS");
}
#include <X11/Xutil.h>