diff options
author | Phil Jones <philj56@gmail.com> | 2021-11-07 18:12:52 +0000 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2021-11-07 18:12:52 +0000 |
commit | 9a0ee7624c19acf7fabb311e6c01c45cc72a1da3 (patch) | |
tree | dbbeb78b90d1722678878cd27c5dd0d2b984babe /src/egl.c | |
parent | ae23e86114f559ce6d01a3e2499fc5417dc90d37 (diff) |
Initial working build.
Diffstat (limited to 'src/egl.c')
-rw-r--r-- | src/egl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }; |