X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=modules%2Fegl%2FteglSwapBuffersTests.cpp;h=52243f409bb96c4bb98fbf9c30bc944fdeb73410;hb=5f78b1323b6ef28d8b9cdce6fefcbbb61a0477a9;hp=b798892f331b7ace9f67f46754870730007440d9;hpb=9c4bd42ac552d42beab43bd1d60efc9274929189;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/modules/egl/teglSwapBuffersTests.cpp b/modules/egl/teglSwapBuffersTests.cpp index b798892..52243f4 100644 --- a/modules/egl/teglSwapBuffersTests.cpp +++ b/modules/egl/teglSwapBuffersTests.cpp @@ -438,7 +438,7 @@ SwapBuffersTests::SwapBuffersTests (EglTestContext& eglTestCtx) { } -static bool isWindow (const eglu::CandidateConfig& c) { return (c.surfaceType() & EGL_WINDOW_BIT); } +static bool isWindow (const eglu::CandidateConfig& c) { return (c.surfaceType() & EGL_WINDOW_BIT) != 0; } void SwapBuffersTests::init (void) {