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

Commit

Permalink
Fix #547 and revert #355 (#548)
Browse files Browse the repository at this point in the history
With the new BB binaries the window decorations show correctly without setting GTK_CSD=1
  • Loading branch information
tknopp authored Dec 30, 2020
1 parent f879355 commit 8442bfb
Showing 1 changed file with 0 additions and 5 deletions.
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

0 comments on commit 8442bfb

Please sign in to comment.