]> Dogcows Code - chaz/openbox/blobdiff - src/client.cc
allow python to grab the keyboard. have release events go to the grabs callback....
[chaz/openbox] / src / client.cc
index 2372a26d8de5ea29a16d893f10ffc7e90ffac790..fb4b924d7ba7b11d76842d6537e607c3c7803f0a 100644 (file)
@@ -1435,7 +1435,7 @@ void Client::unmapHandler(const XUnmapEvent &e)
 {
   if (ignore_unmaps) {
 #ifdef    DEBUG
-    printf("Ignored UnmapNotify for 0x%lx (event 0x%lx)\n", e.window, e.event);
+//  printf("Ignored UnmapNotify for 0x%lx (event 0x%lx)\n", e.window, e.event);
 #endif // DEBUG
     ignore_unmaps--;
     return;
This page took 0.02009 seconds and 4 git commands to generate.