compositor: Damage output in weston_output_init

So that hotplugged outputs are marked damaged initially.
Benjamin Franzke 13 years ago
parent b687940cd5
commit 78db848196
  1. 1
      src/compositor.c

@ -2314,6 +2314,7 @@ weston_output_init(struct weston_output *output, struct weston_compositor *c,
output->flags = flags; output->flags = flags;
weston_output_move(output, x, y); weston_output_move(output, x, y);
weston_output_damage(output);
wl_list_init(&output->frame_callback_list); wl_list_init(&output->frame_callback_list);

Loading…
Cancel
Save