remove said Atoms
This commit is contained in:
parent
e06e69b904
commit
2f87655790
2 changed files with 0 additions and 4 deletions
|
@ -153,8 +153,6 @@ void prop_startup()
|
|||
CREATE(openbox_pid, "_OPENBOX_PID");
|
||||
CREATE(ob_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED");
|
||||
CREATE(ob_control, "_OB_CONTROL");
|
||||
CREATE(ob_reconfigure, "_OB_RECONFIGURE");
|
||||
CREATE(ob_restart, "_OB_RESTART");
|
||||
}
|
||||
|
||||
#include <X11/Xutil.h>
|
||||
|
|
|
@ -166,8 +166,6 @@ typedef struct Atoms {
|
|||
Atom openbox_pid;
|
||||
Atom ob_wm_state_undecorated;
|
||||
Atom ob_control;
|
||||
Atom ob_reconfigure;
|
||||
Atom ob_restart;
|
||||
} Atoms;
|
||||
Atoms prop_atoms;
|
||||
|
||||
|
|
Loading…
Reference in a new issue