]> Dogcows Code - chaz/openbox/blobdiff - src/client.cc
handle mouse motion too
[chaz/openbox] / src / client.cc
index 4fc8ef976d6bd1217f37001c3ec69cb29cebe8b7..aef3dcbafe59287545e44203ee20cc35cf502285 100644 (file)
@@ -832,6 +832,11 @@ void OBClient::unmapHandler(const XUnmapEvent &e)
   printf("UnmapNotify for 0x%lx\n", e.window);
 #endif // DEBUG
 
+  if (ignore_unmaps) {
+    ignore_unmaps--;
+    return;
+  }
+  
   OtkEventHandler::unmapHandler(e);
 
   // this deletes us etc
This page took 0.022573 seconds and 4 git commands to generate.