mirror of
https://github.com/NickHu/sway
synced 2024-12-27 21:58:11 +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;
|
||||
x = y = width = height = 0;
|
||||
switch (view->border) {
|
||||
case B_NONE:
|
||||
x = view->swayc->x;
|
||||
|
|
Loading…
Reference in a new issue