]> Dogcows Code - chaz/openbox/blobdiff - src/actions.cc
Add the "obsetroot" tool. Use it to set the root background.
[chaz/openbox] / src / actions.cc
index cefa577872f2ebaa0d13ec5a74e23139cf19d266..1213f21ef40a1293948f3e9f65159651e8c81caf 100644 (file)
@@ -72,6 +72,8 @@ void Actions::buttonPressHandler(const XButtonEvent &e)
   otk::EventHandler::buttonPressHandler(e);
   insertPress(e);
 
+  printf("press queue %u pressed %u\n", _button, e.button);
+
   MouseContext::MC context;
   EventHandler *h = openbox->findHandler(e.window);
   Frame *f = dynamic_cast<Frame*>(h);
This page took 0.023187 seconds and 4 git commands to generate.