mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 00:11:28 +00:00
parent
fe9cc21ea7
commit
b45e2bd95e
|
@ -88,6 +88,7 @@ void view_autoconfigure(struct sway_view *view) {
|
|||
}
|
||||
|
||||
double x, y, width, height;
|
||||
x = y = width = height = 0;
|
||||
switch (view->border) {
|
||||
case B_NONE:
|
||||
x = view->swayc->x;
|
||||
|
|
Loading…
Reference in a new issue