https://bugs.kde.org/show_bug.cgi?id=356992

--- Comment #18 from Uriy Zhuravlev <stalk...@gmail.com> ---
EGL_WINDOW_BIT|(supportsBufferAge() ? 0 : EGL_SWAP_BEHAVIOR_PRESERVED_BIT)
maybe you mean:
EGL_WINDOW_BIT|(supportsBufferAge() ? EGL_SWAP_BEHAVIOR_PRESERVED_BIT : 0)

?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to