mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Code style
This commit is contained in:
parent
afb66806f7
commit
9e6f7ddd87
1 changed files with 1 additions and 2 deletions
|
|
@ -106,8 +106,7 @@ touch_down(struct wl_listener *listener, void *data)
|
|||
if (surface) {
|
||||
wlr_seat_touch_notify_down(seat->seat, surface,
|
||||
event->time_msec, event->touch_id, sx, sy);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
cursor_emulate_move_absolute(seat, &event->touch->base,
|
||||
event->x, event->y, event->time_msec);
|
||||
cursor_emulate_button(seat, BTN_LEFT, WLR_BUTTON_PRESSED,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue