debug print
authorDana Jansens <danakj@orodu.net>
Tue, 26 Jun 2007 12:55:41 +0000 (12:55 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 26 Jun 2007 12:55:41 +0000 (12:55 +0000)
openbox/actions/focus.c

index afa5f8f..d0acfbd 100644 (file)
@@ -45,10 +45,12 @@ static gboolean run_func(ObActionsData *data, gpointer options)
     Options *o = options;
 
     if (data->client) {
+/*
         ob_debug("button %d focusable %d context %d %d %d\n",
                  data->button, client_mouse_focusable(data->client),
                  data->context, 
                  OB_FRAME_CONTEXT_CLIENT, OB_FRAME_CONTEXT_FRAME);
+*/
         if (data->button == 0 || client_mouse_focusable(data->client) ||
             (data->context != OB_FRAME_CONTEXT_CLIENT &&
              data->context != OB_FRAME_CONTEXT_FRAME))