From b067510b6114844945381293227783bf9fd7a806 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 10 Nov 2002 12:20:29 +0000 Subject: cleanups. OBScreen almost ready for some action --- otk/property.cc | 2 +- otk/property.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'otk') 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 -- cgit v1.2.3