debug print
This commit is contained in:
parent
85c7635b9b
commit
bd45f65208
1 changed files with 2 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue