Commit 6c94d446 authored by Alexandre Julliard's avatar Alexandre Julliard

server: Don't expose the desktop on window resizes.

parent fbeb1b4a
......@@ -1581,7 +1581,7 @@ static struct region *expose_window( struct window *win, const rectangle_t *old_
}
}
if (win->parent)
if (win->parent && !is_desktop_window( win->parent ))
{
/* make it relative to the old window pos for subtracting */
offset_region( new_vis_rgn, win->window_rect.left - old_window_rect->left,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment