*/
consumed_by_frame_context |=
mousebind->context == LAB_SSD_FRAME;
+ consumed_by_frame_context |=
+ mousebind->context == LAB_SSD_ALL;
}
continue;
default:
continue;
}
consumed_by_frame_context |= mousebind->context == LAB_SSD_FRAME;
+ consumed_by_frame_context |= mousebind->context == LAB_SSD_ALL;
actions_run(ctx->view, server, &mousebind->actions,
/*resize_edges*/ 0);
}
*/
consumed_by_frame_context |=
mousebind->context == LAB_SSD_FRAME;
+ consumed_by_frame_context |=
+ mousebind->context == LAB_SSD_ALL;
mousebind->pressed_in_context = true;
}
continue;
continue;
}
consumed_by_frame_context |= mousebind->context == LAB_SSD_FRAME;
+ consumed_by_frame_context |= mousebind->context == LAB_SSD_ALL;
actions_run(ctx->view, server, &mousebind->actions, resize_edges);
}
}