Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-05-03 19:02:27 +01:00
3 changed files with 5 additions and 6 deletions

View File

@ -448,7 +448,7 @@ server_client_check_mouse(struct client *c, struct key_event *event)
x = m->x, y = m->y, b = m->b;
log_debug("drag update at %u,%u", x, y);
} else {
x = m->lx - m->ox, y = m->ly - m->oy, b = m->lb;
x = m->lx, y = m->ly, b = m->lb;
log_debug("drag start at %u,%u", x, y);
}
} else if (MOUSE_WHEEL(m->b)) {