remove openbox_premax, add ob_wm_state_undecorated
This commit is contained in:
parent
4460548ca0
commit
b2dd343095
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue