Skip to content
Commit ed916ff2 authored by David Edmundson's avatar David Edmundson Committed by Nate Graham
Browse files

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.

BUG: 444665
BUG: 471139


(cherry picked from commit c5a29b4b)
parent 69151896
Pipeline #423720 passed with stage
in 10 minutes and 28 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment