parent
b8f3c5b284
commit
94b619e118
|
@ -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
|
||||
|
|
|
@ -1023,6 +1023,7 @@ void randr_query_outputs(void) {
|
|||
}
|
||||
|
||||
/* render_layout flushes */
|
||||
ewmh_update_desktop_properties();
|
||||
tree_render();
|
||||
|
||||
FREE(primary);
|
||||
|
|
Loading…
Reference in New Issue