-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't compile on kde 5.22.90 #9
Comments
After updating to KDE neon 5.23.0, ShapeCorners does not work at all. (It was compiled earlier and worked until the KDE neon update.) Operating System: KDE neon 5.23 |
I can confirm this issue as well. Looking to implement a fix in my fork (since I'm not sure this repo is maintained). Will link if I get something working. |
This seems to be the relevant, breaking commit in KWin. I've reached out to see if there's a new way of fetching window quads. |
zzag (the KWin commit author) kindly provided some extra info regarding the relevant changes:
Luckily we only target X11 :) Regarding performance concerns, zzag and I discussed how ShapeCorners handles rendering/window paints. It seems that ShapeCorners perf is fine, at least for now. I'll attempt to implement zzag's advice and fix my fork :) |
doing the lord's work zachary |
https://github.com/matinlotfali/KDE-Rounded-Corners seems to get it fixed |
Thank youuu, I'll work on implementing those changes :) |
My fork now implements a fix for this issue based off of matinlotfali's code. Shadows/corner blurs are currently broken (see this issue). |
https://pastebin.com/hiaKzYcX
The text was updated successfully, but these errors were encountered: