summaryrefslogtreecommitdiff
path: root/src/egl.c
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2021-11-07 18:12:52 +0000
committerPhil Jones <philj56@gmail.com>2021-11-07 18:12:52 +0000
commit9a0ee7624c19acf7fabb311e6c01c45cc72a1da3 (patch)
treedbbeb78b90d1722678878cd27c5dd0d2b984babe /src/egl.c
parentae23e86114f559ce6d01a3e2499fc5417dc90d37 (diff)
Initial working build.
Diffstat (limited to 'src/egl.c')
-rw-r--r--src/egl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl.c b/src/egl.c
index 5af2b64..8ae70f2 100644
--- a/src/egl.c
+++ b/src/egl.c
@@ -41,6 +41,7 @@ void egl_create_context(struct egl *egl, struct wl_display *wl_display)
EGL_RED_SIZE, 8,
EGL_GREEN_SIZE, 8,
EGL_BLUE_SIZE, 8,
+ EGL_ALPHA_SIZE, 8,
EGL_NONE
};