https://bugs.kde.org/show_bug.cgi?id=444665
David Edmundson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/c5a29b4b66 | |c001c49c5bcf9aa9250d8322eef | |bbd Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from David Edmundson <[email protected]> --- Git commit c5a29b4b66c001c49c5bcf9aa9250d8322eefbbd by David Edmundson. Committed on 17/06/2023 at 13:12. Pushed by davidedmundson into branch 'master'. effects: Make OpenGL context current before deleting framebuffer When we delete a window we unredirect, when we unredirect, we delete the framebuffer which requires an openGL context. handleWindowDeleted is the entry point from workspace events to effects code, so it's made current here. Related: bug 471139 M +1 -0 src/libkwineffects/kwinoffscreeneffect.cpp https://invent.kde.org/plasma/kwin/-/commit/c5a29b4b66c001c49c5bcf9aa9250d8322eefbbd -- You are receiving this mail because: You are watching all bug changes.
