randr_query_outputs: call ewmh_update_desktop_properties

Fixes #4053
next
Orestis Floros 2020-05-01 20:22:23 +02:00
parent b8f3c5b284
commit 94b619e118
No known key found for this signature in database
GPG Key ID: A09DBD7D3222C1C3
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -1023,6 +1023,7 @@ void randr_query_outputs(void) {
}
/* render_layout flushes */
ewmh_update_desktop_properties();
tree_render();
FREE(primary);