shell: replace identity calls to weston_surface_configure()
authorPekka Paalanen <ppaalanen@gmail.com>
Fri, 10 Feb 2012 13:33:10 +0000 (15:33 +0200)
committerPekka Paalanen <ppaalanen@gmail.com>
Fri, 10 Feb 2012 13:50:27 +0000 (15:50 +0200)
commitfc6d91a5686d647669167f7282f4d01636826df4
treedb1c3ba9458668b8bea273f6188ca46753f559f7
parentf07cb5d5f088e92e6f8021e82a0d6620f5d6e811
shell: replace identity calls to weston_surface_configure()

In the past, weston_surface_configure() was used to change the geometry,
apply damage, and assign an output.

Remove all calls to weston_surface_configure() that do not change the
surface geometry. Add damage calls where needed to keep the wanted
configure side-effects.

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