summaryrefslogtreecommitdiff
path: root/otk
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-10 12:20:29 +0000
committerDana Jansens <danakj@orodu.net>2002-11-10 12:20:29 +0000
commitb067510b6114844945381293227783bf9fd7a806 (patch)
tree5efde47d042e0afc0689a2af1a26f505e146e67d /otk
parent00b96c7846e715698d0f635887a3eff009deb0c8 (diff)
cleanups.
OBScreen almost ready for some action
Diffstat (limited to 'otk')
-rw-r--r--otk/property.cc2
-rw-r--r--otk/property.hh2
2 files changed, 2 insertions, 2 deletions
diff --git a/otk/property.cc b/otk/property.cc
index f76469d0..359bf8bd 100644
--- a/otk/property.cc
+++ b/otk/property.cc
@@ -30,7 +30,7 @@ OBProperty::OBProperty()
_atoms[Atom_Utf8] = create("UTF8_STRING");
#ifdef HAVE_GETPID
- _atoms[blackbox_pid] = create("_BLACKBOX_PID");
+ _atoms[openbox_pid] = create("_OPENBOX_PID");
#endif // HAVE_GETPID
_atoms[wm_colormap_windows] = create("WM_COLORMAP_WINDOWS");
diff --git a/otk/property.hh b/otk/property.hh
index 6894c786..2bab9565 100644
--- a/otk/property.hh
+++ b/otk/property.hh
@@ -34,7 +34,7 @@ public:
Atom_Utf8, //!< The atom which represents utf8-encoded strings
#ifdef HAVE_GETPID
- blackbox_pid,
+ openbox_pid,
#endif // HAVE_GETPID
// window hints