]> Dogcows Code - chaz/openbox/commitdiff
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 afa5f8ff14d9ac4bf4ea361ee75becc5cdb58148..d0acfbd9c69a7c72074ef210419b7ba8867b928c 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))
This page took 0.0223 seconds and 4 git commands to generate.