summaryrefslogtreecommitdiff
path: root/openbox/prop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-13 22:31:36 +0000
committerDana Jansens <danakj@orodu.net>2007-05-13 22:31:36 +0000
commit99e23015cf2b7780f4a684669008ae38abe62932 (patch)
tree27512dc70fbd4727bf4e52e9a1769656d4f9eaf7 /openbox/prop.h
parent2676b61b0f4caa8639ce9509f00b0ea2773b731e (diff)
rename the openbox_* atoms back to ob_*
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;