diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2019-06-04 11:21:29 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2019-06-04 11:21:29 +0300 |
commit | 54863b20e686944651415bf0a6af3ebc2cf9369f (patch) | |
tree | 276373bd9c0937a61ecc3c597d4548add67ee046 /platform/x11 | |
parent | 774a9fde84a0282c40da1dd891b613ed200ff9a8 (diff) |
Removes redundant "display/window/per_pixel_transparency/splash" setting, improves per pixel transparency documentation.
Diffstat (limited to 'platform/x11')
-rw-r--r-- | platform/x11/os_x11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/x11/os_x11.cpp b/platform/x11/os_x11.cpp index 311b42be22..9044fa6d2c 100644 --- a/platform/x11/os_x11.cpp +++ b/platform/x11/os_x11.cpp @@ -593,7 +593,7 @@ Error OS_X11::initialize(const VideoMode &p_desired, int p_video_driver, int p_a power_manager = memnew(PowerX11); - if (p_desired.layered_splash) { + if (p_desired.layered) { set_window_per_pixel_transparency_enabled(true); } |