diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-09-25 23:02:32 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-09-25 23:02:32 +0000 |
| commit | b2dd343095b264f949badf6da3824d279a8f28c8 (patch) | |
| tree | e0b378e7ecb356d44976ef1f859e07fe56d825cf /openbox/prop.c | |
| parent | 4460548ca005d208843a4bd7a5d2f1bacb797d6a (diff) | |
remove openbox_premax, add ob_wm_state_undecorated
Diffstat (limited to 'openbox/prop.c')
| -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 9e436550..16ab60cb 100644 --- a/openbox/prop.c +++ b/openbox/prop.c @@ -150,7 +150,7 @@ void prop_startup() CREATE(esetrootid, "ESETROOT_PMAP_ID"); CREATE(openbox_pid, "_OPENBOX_PID"); - CREATE(openbox_premax, "_OPENBOX_PREMAX"); + CREATE(ob_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED"); } #include <X11/Xutil.h> |
