From 94b619e118c78d694e17f754d999ba81d8b22389 Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Fri, 1 May 2020 20:22:23 +0200 Subject: [PATCH] randr_query_outputs: call ewmh_update_desktop_properties Fixes #4053 --- RELEASE-NOTES-next | 1 + src/randr.c | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES-next b/RELEASE-NOTES-next index c52a49ad..0ca712d7 100644 --- a/RELEASE-NOTES-next +++ b/RELEASE-NOTES-next @@ -33,3 +33,4 @@ strongly encouraged to upgrade. • i3-dmenu-desktop: Support symlinks in search path • build: correctly provide auxiliary functions when needed • build: fix issues with parallel build + • set _NET_DESKTOP_VIEWPORT after randr changes diff --git a/src/randr.c b/src/randr.c index 56b0707f..bdb1ce12 100644 --- a/src/randr.c +++ b/src/randr.c @@ -1023,6 +1023,7 @@ void randr_query_outputs(void) { } /* render_layout flushes */ + ewmh_update_desktop_properties(); tree_render(); FREE(primary);