Commit Graph
4 Commits
Author SHA1 Message Date
Bonicgamer 679f6493c9 Made scalebox the way sway does it
Scaling a wlr_box without rounding can sometimes make the borders not
connected and nice. I noticed this when setting scale in monrules to 1.2

So I've went and copied what Sway did in desktop/output.c but without
having a second function and now using a random rounding macro I found
on the internet so as to not use round from math.h.
2020-12-19 18:35:25 +01:00
Bonicgamer 4915214e47 Made scalebox the way sway does it 2020-09-08 14:53:34 -04:00
Bonicgamer 45a2e25d6d Merge pull request #2 from djpohly/master
Merge
2020-08-26 14:24:21 -04:00
Bonicgamer a683ec501e Merge pull request #1 from djpohly/master
Pull Request
2020-08-15 13:56:22 -04:00