Skip to content

Commit

Permalink
Merge pull request #150 from JuliaGL/sd/mutable
Browse files Browse the repository at this point in the history
make window mutable
  • Loading branch information
SimonDanisch authored Jul 19, 2018
2 parents baf130f + bc189bb commit b576f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glfw3.jl
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ struct Monitor
end
Base.show(io::IO, m::Monitor) = write(io, "Monitor($(m.handle == C_NULL ? m.handle : GetMonitorName(m)))")

struct Window
mutable struct Window
handle::Ptr{Cvoid}
end

Expand Down

0 comments on commit b576f1d

Please sign in to comment.