name of the action_undecorate atom was wrong

This commit is contained in:
Dana Jansens 2007-05-17 04:16:20 +00:00
parent 382d37553d
commit 9d004f517b

View file

@ -172,7 +172,7 @@ void prop_startup()
CREATE(openbox_pid, "_OPENBOX_PID");
CREATE(ob_config, "_OB_CONFIG");
CREATE(ob_wm_action_undecorate, "_OB_WM_ACTION_UNDECORATED");
CREATE(ob_wm_action_undecorate, "_OB_WM_ACTION_UNDECORATE");
CREATE(ob_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED");
CREATE(ob_control, "_OB_CONTROL");
}