remove openbox_premax, add ob_wm_state_undecorated

This commit is contained in:
Dana Jansens 2003-09-25 23:02:32 +00:00
parent 4460548ca0
commit b2dd343095
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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;