Merge pull request #4054 from orestisfl/randr-ewmh
randr_query_outputs: call ewmh_update_desktop_properties
This commit is contained in:
commit
142b3fa945
|
@ -34,3 +34,4 @@ strongly encouraged to upgrade.
|
||||||
• i3-dmenu-desktop: Support symlinks in search path
|
• i3-dmenu-desktop: Support symlinks in search path
|
||||||
• build: correctly provide auxiliary functions when needed
|
• build: correctly provide auxiliary functions when needed
|
||||||
• build: fix issues with parallel build
|
• build: fix issues with parallel build
|
||||||
|
• set _NET_DESKTOP_VIEWPORT after randr changes
|
||||||
|
|
|
@ -1023,6 +1023,7 @@ void randr_query_outputs(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* render_layout flushes */
|
/* render_layout flushes */
|
||||||
|
ewmh_update_desktop_properties();
|
||||||
tree_render();
|
tree_render();
|
||||||
|
|
||||||
FREE(primary);
|
FREE(primary);
|
||||||
|
|
Loading…
Reference in New Issue