X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Fproperty.hh;h=9e2d7aca7c139e53757ed5d3b79a4de825166a4f;hb=70eb03ad50e1a71fd64c8cb1ebabbff311850553;hp=6894c786ecf674c1c5166e5f46a00171ec08874c;hpb=d3b7c84d4c640face48dfb54d70de2bff1551429;p=chaz%2Fopenbox diff --git a/otk/property.hh b/otk/property.hh index 6894c786..9e2d7aca 100644 --- a/otk/property.hh +++ b/otk/property.hh @@ -33,9 +33,7 @@ public: Atom_String, //!< The atom which represents ascii strings Atom_Utf8, //!< The atom which represents utf8-encoded strings -#ifdef HAVE_GETPID - blackbox_pid, -#endif // HAVE_GETPID + openbox_pid, // window hints wm_colormap_windows, @@ -160,7 +158,7 @@ public: private: //! The value of all atoms on the X server that exist in the //! OBProperty::Atoms enum - Atom _atoms[NUM_ATOMS]; + Atom _atoms[NUM_ATOMS]; //! Gets the value of an Atom from the X server, creating it if nessesary Atom create(const char *name) const;