mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-06 08:30:18 +01:00
simple-client: Request a alpha channel in choose config
This commit is contained in:
parent
264b3f9d84
commit
2eae9e3f1c
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ init_egl(struct display *display)
|
|||
EGL_RED_SIZE, 1,
|
||||
EGL_GREEN_SIZE, 1,
|
||||
EGL_BLUE_SIZE, 1,
|
||||
EGL_ALPHA_SIZE, 1,
|
||||
EGL_DEPTH_SIZE, 1,
|
||||
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
|
||||
EGL_NONE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue