diff --git a/gfx/context/drm_egl_ctx.c b/gfx/context/drm_egl_ctx.c index e26ec1e711..2953db6f4c 100644 --- a/gfx/context/drm_egl_ctx.c +++ b/gfx/context/drm_egl_ctx.c @@ -412,9 +412,9 @@ static bool gfx_ctx_set_video_mode( #define EGL_ATTRIBS_BASE \ EGL_SURFACE_TYPE, EGL_WINDOW_BIT, \ - EGL_RED_SIZE, 8, \ - EGL_GREEN_SIZE, 8, \ - EGL_BLUE_SIZE, 8, \ + EGL_RED_SIZE, 0, \ + EGL_GREEN_SIZE, 0, \ + EGL_BLUE_SIZE, 0, \ EGL_DEPTH_SIZE, 0, \ EGL_STENCIL_SIZE, 0