enable wayland by default on linux builds
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoI_xD 2026-03-25 00:43:35 -07:00
commit fa9ad8b984
3 changed files with 17 additions and 8 deletions

View file

@ -205,9 +205,8 @@ static int create(MwWidget handle) {
1,
EGL_NONE};
EGLDisplay display;
waylandopengl_t* o = r = malloc(sizeof(*o));
MwLL topmost_parent = handle->lowlevel->wayland.parent;
MwWaylandAlwaysRender = MwTRUE;
waylandopengl_t* o = r = malloc(sizeof(*o));
MwWaylandAlwaysRender = MwTRUE;
o->gllib = MwDynamicOpen("libEGL.so");
if(!o->gllib) {