]> Dogcows Code - chaz/openbox/blobdiff - src/client.cc
separate off execute, since its not a callback function
[chaz/openbox] / src / client.cc
index 15f44349d75ca210e9e0dc698c3f47d38d41313f..d150cf8b4b54f391333432c5d6ff6af684e4378f 100644 (file)
@@ -539,7 +539,8 @@ void OBClient::setWMState(long state)
 
 void OBClient::setDesktop(long target)
 {
-  assert(target >= 0);
+  printf("Setting desktop %ld\n", target);
+  assert(target >= 0 || target == (signed)0xffffffff);
   //assert(target == 0xffffffff || target < MAX);
 
   // XXX: move the window to the new desktop (and set root property)
This page took 0.019634 seconds and 4 git commands to generate.