mirror of
https://github.com/labwc/labwc.git
synced 2026-03-25 09:06:38 -04:00
tree-wide: wrap a few extra-long lines
This commit is contained in:
parent
cb49bddf63
commit
8d46da9db1
5 changed files with 10 additions and 5 deletions
|
|
@ -659,7 +659,8 @@ cursor_process_motion(uint32_t time, double *sx, double *sy)
|
|||
* moving/resizing the wrong view
|
||||
*/
|
||||
mousebind->pressed_in_context = false;
|
||||
actions_run(seat->pressed.ctx.view, &mousebind->actions, &seat->pressed.ctx);
|
||||
actions_run(seat->pressed.ctx.view,
|
||||
&mousebind->actions, &seat->pressed.ctx);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -245,7 +245,8 @@ match_keybinding(struct keyinfo *keyinfo,
|
|||
{
|
||||
if (!is_virtual) {
|
||||
/* First try keycodes */
|
||||
struct keybind *keybind = match_keybinding_for_sym(keyinfo->modifiers, XKB_KEY_NoSymbol, keyinfo->xkb_keycode);
|
||||
struct keybind *keybind = match_keybinding_for_sym(
|
||||
keyinfo->modifiers, XKB_KEY_NoSymbol, keyinfo->xkb_keycode);
|
||||
if (keybind) {
|
||||
wlr_log(WLR_DEBUG, "keycode matched");
|
||||
return keybind;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue