input: handle CSD border corners correctly

That is, change to correct cursor, and do resize correctly.
This commit is contained in:
Daniel Eklöf 2020-02-29 09:32:22 +01:00
parent 8c98dfc51a
commit d48a789412
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 92 additions and 35 deletions

View file

@ -105,6 +105,7 @@ struct wl_window {
struct {
struct wl_surface *surface[5];
struct wl_subsurface *sub_surface[5];
int x, y;
} csd;
/* Scrollback search */