Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Fix #547 and revert #355 #548

Merged
merged 1 commit into from
Dec 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/Gtk.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ function __init__()
)
end

if Sys.iswindows()
# needed on windows for correct window decorations (issue 355)
ENV["GTK_CSD"] = 0
end

# Point gdk to our cached loaders
ENV["GDK_PIXBUF_MODULE_FILE"] = joinpath(artifact_path(loaders_cache_hash), "loaders.cache")
ENV["GDK_PIXBUF_MODULEDIR"] = gdk_pixbuf_loaders_dir
Expand Down