zzag / kwin-effects-yet-another-magic-lamp

Just Yet Another Magic Lamp effect
GNU General Public License v2.0
162 stars 26 forks source link

Make current opengl context before allocating offscreen textures #28

Closed zzag closed 3 years ago

zzag commented 3 years ago

When the windowMinimized() signal or the windowUnminimized() signal is emitted, it s not guaranteed that we have a current OpenGL context at that time.

cc #24