clang-format
This commit is contained in:
parent
f9bf9f9c79
commit
9664b9381a
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue