[Mesa-dev] [PATCH 1/3] egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attribute

Emil Velikov emil.l.velikov at gmail.com
Thu May 4 12:01:19 UTC 2017


On 4 May 2017 at 12:58, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> On 3 May 2017 at 16:57, Adam Jackson <ajax at redhat.com> wrote:
>> Signed-off-by: Adam Jackson <ajax at redhat.com>
> Can we have some commit message? Feel free to copy the following.
>
> Introduce _egl_display::Options::Platforms for private storage.
> For X11 platforms we can use it for the screen number as set by
> EGL_PLATFORM_X11_SCREEN_EXT.
>
>> ---
>> +
>> +   if (!_eglParseX11DisplayAttribList(display, attrib_list)) {
>>        return NULL;
>>     }
> Nit: drop the unneeded braces.
>
Forgot to mention, with the above

Reviewed-by: Emil Velikov <emli.velikov at collabora.com>

-Emil


More information about the mesa-dev mailing list