Merge pull request #4054 from orestisfl/randr-ewmh

randr_query_outputs: call ewmh_update_desktop_properties
next
Orestis Floros 2020-05-06 17:32:45 +02:00 committed by GitHub
commit 142b3fa945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -34,3 +34,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);