From 007591de1b194bc7f79368f51c02d5ff20d3f538 Mon Sep 17 00:00:00 2001 From: Tobias Knopp Date: Tue, 29 Dec 2020 19:43:01 +0100 Subject: [PATCH] Fix #547 and revert #355 With the new BB binaries the window decorations show correctly without setting GTK_CSD=1 --- src/Gtk.jl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Gtk.jl b/src/Gtk.jl index 073381a0..c18e05b8 100644 --- a/src/Gtk.jl +++ b/src/Gtk.jl @@ -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