We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
native_switch_context!
1 parent ffe1690 commit 89238e8Copy full SHA for 89238e8
src/window.jl
@@ -34,7 +34,7 @@ function ShaderAbstractions.native_switch_context!(w::GtkWindow)
34
if haskey(win2glarea, w)
35
ShaderAbstractions.native_switch_context!(win2glarea[w])
36
else
37
- @warn("Unable to find GtkGLArea in native_switch_context!")
+ @debug("Unable to find GtkGLArea in native_switch_context!")
38
end
39
40
function ShaderAbstractions.native_context_alive(x::GtkWindow)
0 commit comments