diff options
Diffstat (limited to 'src/client.cc')
| -rw-r--r-- | src/client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cc b/src/client.cc index 91a75bff..c0e63f2c 100644 --- a/src/client.cc +++ b/src/client.cc @@ -93,7 +93,7 @@ void OBClient::getDesktop() property->get(_window, otk::OBProperty::net_wm_desktop, otk::OBProperty::Atom_Cardinal, - &_desktop); + (long unsigned*)&_desktop); } |
