diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-17 04:16:20 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-17 04:16:20 +0000 |
| commit | 9d004f517be91a6f2d9d6ca22ffa686a6eb27088 (patch) | |
| tree | 8b14e8ac6b8e16b4845495e3df7e16941e4b0c37 | |
| parent | 382d37553d9dc7679464cf71aecf8590cc06a2cb (diff) | |
name of the action_undecorate atom was wrong
| -rw-r--r-- | openbox/prop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/prop.c b/openbox/prop.c index d3f39e63..1412752a 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -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"); } |
