]> Dogcows Code - chaz/openbox/blobdiff - src/client.cc
move the shit from OBRootWindow into OBScreen
[chaz/openbox] / src / client.cc
index 91a75bff4a651da7436d3bed112a2a15405103d5..c0e63f2cb9c0ecd1c45d2c7c2e3741dd02303af9 100644 (file)
@@ -93,7 +93,7 @@ void OBClient::getDesktop()
 
   property->get(_window, otk::OBProperty::net_wm_desktop,
                 otk::OBProperty::Atom_Cardinal,
-                &_desktop);
+                (long unsigned*)&_desktop);
 }
 
 
This page took 0.019694 seconds and 4 git commands to generate.