clang-format

This commit is contained in:
buffet 2020-01-27 13:53:42 +00:00
parent f9bf9f9c79
commit 9664b9381a

View file

@ -42,8 +42,8 @@ process_cursor_motion(struct kiwmi_server *server, uint32_t time)
}
case KIWMI_CURSOR_RESIZE: {
struct kiwmi_view *view = cursor->grabbed.view;
int dx = cursor->cursor->x - cursor->grabbed.orig_x;
int dy = cursor->cursor->y - cursor->grabbed.orig_y;
int dx = cursor->cursor->x - cursor->grabbed.orig_x;
int dy = cursor->cursor->y - cursor->grabbed.orig_y;
struct wlr_box new_geom = {
.x = view->x,