summaryrefslogtreecommitdiff
path: root/src/client.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-07 00:57:00 +0000
committerDana Jansens <danakj@orodu.net>2003-01-07 00:57:00 +0000
commit00e2c5aaad4a0831fd1e0d1b1c287df4d6eaac93 (patch)
treeb2a675761ae4f6783e0dc1d2432fd7de22226c2d /src/client.hh
parent07d835a044c750c6ed8d58466fc5cc6a5808a8ac (diff)
keep track of desktops...
Diffstat (limited to 'src/client.hh')
-rw-r--r--src/client.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client.hh b/src/client.hh
index dd4bfe9f..83f5f1a0 100644
--- a/src/client.hh
+++ b/src/client.hh
@@ -179,7 +179,7 @@ private:
OBClient::List _transients;
//! The desktop on which the window resides (0xffffffff for all desktops)
- unsigned long _desktop;
+ long _desktop;
//! Normal window title
std::string _title; // XXX: Have to keep track if this string is Utf8 or not
@@ -399,7 +399,7 @@ public:
This value is a 0-based index.<br>
A value of 0xffffffff indicates that the window exists on all desktops.
*/
- inline unsigned long desktop() const { return _desktop; }
+ inline long desktop() const { return _desktop; }
//! Returns the window's title
inline const std::string &title() const { return _title; }
//! Returns the window's title when it is iconified