mirror of
https://github.com/swaywm/sway.git
synced 2024-11-26 18:01:29 +00:00
parent
fe9cc21ea7
commit
b45e2bd95e
|
@ -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