summaryrefslogtreecommitdiff
path: root/openbox/prop.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/prop.h')
-rw-r--r--openbox/prop.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/openbox/prop.h b/openbox/prop.h
index 8f81eff0..a1d9f52e 100644
--- a/openbox/prop.h
+++ b/openbox/prop.h
@@ -190,10 +190,10 @@ typedef struct Atoms {
/* Openbox specific atoms */
- Atom openbox_wm_state_undecorated;
- Atom openbox_pid;
- Atom openbox_config;
- Atom openbox_control;
+ Atom ob_wm_state_undecorated;
+ Atom ob_pid; /* this is depreecated in favour of ob_control */
+ Atom ob_config;
+ Atom ob_control;
} Atoms;
Atoms prop_atoms;