mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-13 08:21:03 -04:00
input: handle CSD border corners correctly
That is, change to correct cursor, and do resize correctly.
This commit is contained in:
parent
8c98dfc51a
commit
d48a789412
2 changed files with 92 additions and 35 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue