plugins/screencast: Don't make effects opengl context current
This makes eglSwapBuffers() fail with per screen rendering enabled. In long term, the screencast plugin has to create its own OpenGL context and capture window frames after a compositing cycle has been performed. However, it's currently tricky to do because of monitor screencasting.
Part-of: !507 (merged)
Edited by Vlad Zahorodnii