commit | 78db8481961f679cd647ba38ca96fcb3600e01a8 | [log] [tgz] |
---|---|---|
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | Tue Apr 10 18:35:33 2012 +0200 |
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | Tue Apr 10 18:51:49 2012 +0200 |
tree | d13d2ed95c5fa7c61d49573e2e6b02b620f0a944 | |
parent | b687940cd58ec772fa99928461e4f0f45d217316 [diff] [blame] |
compositor: Damage output in weston_output_init So that hotplugged outputs are marked damaged initially.
diff --git a/src/compositor.c b/src/compositor.c index 8686c1d..a71b7df 100644 --- a/src/compositor.c +++ b/src/compositor.c
@@ -2314,6 +2314,7 @@ output->flags = flags; weston_output_move(output, x, y); + weston_output_damage(output); wl_list_init(&output->frame_callback_list);