https://bugs.freedesktop.org/show_bug.cgi?id=72540
--- Comment #6 from Kristian Høgsberg <[email protected]> --- There's a mesa part to this which I'll send to the mesa list for review. The weston part is this, but doesn't by itself solve the problem. commit 27d5fa892229ab5cf4203e563eafce41f1bdfa0e Author: Kristian Høgsberg <[email protected]> Date: Fri Jan 17 16:22:50 2014 -0800 shell: Cancel popups when triggering screensaver This is part of the fix for bug 72540. We cancel the popup grab when the screensaver kicks in so that the screen unlock dialog can get input events. The bigger problem is in mesa however, where we try to allocate new buffers as cairo-gles2 does a gratuituous (but valid) eglMakeCurrent() as we remove the tooltip or popup-menu. Since we removed the weston_layer with the regular surfaces, EGL blocks waiting for a frame event that never comes. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=72540 -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Wayland-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-bugs
