diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-10 12:20:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-10 12:20:29 +0000 |
| commit | b067510b6114844945381293227783bf9fd7a806 (patch) | |
| tree | 5efde47d042e0afc0689a2af1a26f505e146e67d /otk | |
| parent | 00b96c7846e715698d0f635887a3eff009deb0c8 (diff) | |
cleanups.
OBScreen almost ready for some action
Diffstat (limited to 'otk')
| -rw-r--r-- | otk/property.cc | 2 | ||||
| -rw-r--r-- | otk/property.hh | 2 |
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 |
