missed a couple atoms, fix them for consistency
This commit is contained in:
parent
eeba44c0d4
commit
c675d94645
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ void prop_startup()
|
|||
|
||||
CREATE(openbox_pid, "_OPENBOX_PID");
|
||||
CREATE(openbox_config, "_OPENBOX_CONFIG");
|
||||
CREATE(openbox_wm_state_undecorated, "_OB_WM_STATE_UNDECORATED");
|
||||
CREATE(openbox_control, "_OB_CONTROL");
|
||||
CREATE(openbox_wm_state_undecorated, "_OPENBOX_WM_STATE_UNDECORATED");
|
||||
CREATE(openbox_control, "_OPENBOX_CONTROL");
|
||||
}
|
||||
|
||||
#include <X11/Xutil.h>
|
||||
|
|
Loading…
Reference in a new issue