mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Use correct token for drm image format
This commit is contained in:
parent
a7f258221a
commit
6619d38311
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ surface_attach(struct wl_client *client,
|
|||
EGL_WIDTH, 0,
|
||||
EGL_HEIGHT, 0,
|
||||
EGL_IMAGE_STRIDE_MESA, 0,
|
||||
EGL_IMAGE_FORMAT_MESA, EGL_FORMAT_RGBA_8888_KHR,
|
||||
EGL_IMAGE_FORMAT_MESA, EGL_IMAGE_FORMAT_ARGB8888_MESA,
|
||||
EGL_NONE
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue