Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4054 from orestisfl/randr-ewmh
Browse files Browse the repository at this point in the history
randr_query_outputs: call ewmh_update_desktop_properties
  • Loading branch information
orestisfl committed May 6, 2020
2 parents 0877e35 + 94b619e commit 142b3fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES-next
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/randr.c
Expand Up @@ -1023,6 +1023,7 @@ void randr_query_outputs(void) {
}

/* render_layout flushes */
ewmh_update_desktop_properties();
tree_render();

FREE(primary);
Expand Down

0 comments on commit 142b3fa

Please sign in to comment.