I'm trying to use `Window(undecorated=true, transp...
# compose-desktop
m
I'm trying to use
Window(undecorated=true, transparent=true)
but I get the following errors:
Copy code
[SKIKO] warn: Failed to create Skia OpenGL context!
java.lang.RuntimeException: Can't wrap nullptr
[SKIKO] warn: Exception in draw scope
org.jetbrains.skiko.RenderException: Cannot init graphic context
what should I do to fix it? If I remove
transparent=true
it works fine but then obviously it isn't transparent 😕
d
m
@martmists I don't suppose you ever found a solution?
140 Views