mirror of
https://github.com/NickHu/sway
synced 2025-01-15 15:41:59 +01:00
parent
fe9cc21ea7
commit
b45e2bd95e
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ void view_autoconfigure(struct sway_view *view) {
|
||||||
}
|
}
|
||||||
|
|
||||||
double x, y, width, height;
|
double x, y, width, height;
|
||||||
|
x = y = width = height = 0;
|
||||||
switch (view->border) {
|
switch (view->border) {
|
||||||
case B_NONE:
|
case B_NONE:
|
||||||
x = view->swayc->x;
|
x = view->swayc->x;
|
||||||
|
|
Loading…
Reference in a new issue