martmists
10/25/2023, 8:09 PMWindow(undecorated=true, transparent=true)
but I get the following errors:
[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 😕Dima Avdeev
10/29/2023, 1:45 PM