shell: remove excessive damage from rotating
authorPekka Paalanen <ppaalanen@gmail.com>
Wed, 8 Feb 2012 12:19:18 +0000 (14:19 +0200)
committerPekka Paalanen <ppaalanen@gmail.com>
Fri, 10 Feb 2012 13:47:55 +0000 (15:47 +0200)
commit25dacab71810f5d8058af856cd4cd07633b5747e
tree6f1e78456f832d102a22d997489d1bdb5e182108
parent6f82cf5dc5366fd903a1c04218bb910b1c0c3950
shell: remove excessive damage from rotating

Rotating a surface should not force a full display repaint, so remove
that.

This change exposes a bug: weston_surface_update_transform() does not
apply damage, but it does change surface geometry. While you rotate a
surface, repaints do not work.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
src/shell.c