mirror of
https://github.com/dylanaraps/sowm.git
synced 2025-05-19 09:30:24 -07:00
rounded-corners: rebase
This commit is contained in:
parent
8ccbddc062
commit
d975b6f755
@ -50,10 +50,10 @@ index b9e8867..4c0b3fa 100644
|
||||
for WIN if (c->w == mouse.subwindow) c->f = 0;
|
||||
}
|
||||
}
|
||||
@@ -364,9 +368,58 @@ void win_fs(Window w) {
|
||||
@@ -367,6 +367,8 @@ void win_fs() {
|
||||
|
||||
} else
|
||||
XMoveResizeWindow(d, w, c->a.x, c->a.y, c->a.width, c->a.height);
|
||||
XMoveResizeWindow(d, cur, c->a.x, c->a.y, c->a.width, c->a.height);
|
||||
+
|
||||
+ win_round_corners(w, c->f ? 0 : ROUND_CORNERS);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user