summaryrefslogtreecommitdiff
path: root/otk/property.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-11-11 10:03:11 +0000
committerDana Jansens <danakj@orodu.net>2002-11-11 10:03:11 +0000
commitfb0dd6cf9a839f9990ac877bf1b3d469d883b463 (patch)
tree26e92f3701e9164e7cba3ddb2106d8bb9402b7b1 /otk/property.hh
parent590f7f58a6d4ba9214d3bd2d42ba2c353b492d4e (diff)
some small cleanups
make style not take a screen separate from the image control make style::load() take a const ref
Diffstat (limited to 'otk/property.hh')
-rw-r--r--otk/property.hh4
1 files changed, 1 insertions, 3 deletions
diff --git a/otk/property.hh b/otk/property.hh
index 2bab9565..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
openbox_pid,
-#endif // HAVE_GETPID
// 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;