summaryrefslogtreecommitdiff
path: root/src/openbox.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-12-20 14:46:22 +0000
committerDana Jansens <danakj@orodu.net>2002-12-20 14:46:22 +0000
commitb12b1cb7848d590be57281fa6ee68b9f05a57c30 (patch)
tree5731ce639a61bd9bd759ed760e628dbe5c64ef2c /src/openbox.hh
parent82f4efb4e2d6f836a2f5f7e7b41be4be73ae7518 (diff)
be a little more typesafe
Diffstat (limited to 'src/openbox.hh')
-rw-r--r--src/openbox.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbox.hh b/src/openbox.hh
index 83891828..2c26aaa1 100644
--- a/src/openbox.hh
+++ b/src/openbox.hh
@@ -94,7 +94,7 @@ private:
//! A list of all managed clients
ClientMap _clients;
- PyObject *_pyclients; // PyDictObject
+ PyDictObject *_pyclients;
//! A list of all the managed screens
ScreenList _screens;