Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
rounded-corners: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Oct 15, 2019
1 parent 5822db3 commit cd8d42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/sowm-rounded-corners.patch
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ index b9e8867..4c0b3fa 100644
} else
XMoveResizeWindow(d, cur, c->a.x, c->a.y, c->a.width, c->a.height);
+
+ win_round_corners(w, c->f ? 0 : ROUND_CORNERS);
+ win_round_corners(cur, c->f ? 0 : ROUND_CORNERS);
}
}

Expand Down

0 comments on commit cd8d42c

Please sign in to comment.