summaryrefslogtreecommitdiff
path: root/openbox/prop.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-13 22:33:04 +0000
committerDana Jansens <danakj@orodu.net>2007-05-13 22:33:04 +0000
commit0ef82a1bda21d37f931a2fb0062c6274e360108a (patch)
treed3710fdefbab4d9fb8c139fef8664558dfc4be81 /openbox/prop.h
parent99e23015cf2b7780f4a684669008ae38abe62932 (diff)
but rename ob_pid back to openbox_pid for backwards compatibility. this will go away entirely soon.
Diffstat (limited to 'openbox/prop.h')
-rw-r--r--openbox/prop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/prop.h b/openbox/prop.h
index a1d9f52e..35eb1979 100644
--- a/openbox/prop.h
+++ b/openbox/prop.h
@@ -191,7 +191,7 @@ typedef struct Atoms {
/* Openbox specific atoms */
Atom ob_wm_state_undecorated;
- Atom ob_pid; /* this is depreecated in favour of ob_control */
+ Atom openbox_pid; /* this is depreecated in favour of ob_control */
Atom ob_config;
Atom ob_control;
} Atoms;