summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/prop.c2
-rw-r--r--openbox/prop.h2
2 files changed, 2 insertions, 2 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>
diff --git a/openbox/prop.h b/openbox/prop.h
index 43f7c379..cce3dd1f 100644
--- a/openbox/prop.h
+++ b/openbox/prop.h
@@ -163,7 +163,7 @@ typedef struct Atoms {
/* Openbox specific atoms */
Atom openbox_pid;
- Atom openbox_premax;
+ Atom ob_wm_state_undecorated;
} Atoms;
Atoms prop_atoms;