diff options
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 |
