enable wayland by default on linux builds
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4b2bf63889
commit
fa9ad8b984
3 changed files with 17 additions and 8 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue