shell: do not apply damage on window type set
authorPekka Paalanen <ppaalanen@gmail.com>
Mon, 13 Feb 2012 09:04:30 +0000 (11:04 +0200)
committerPekka Paalanen <ppaalanen@gmail.com>
Mon, 13 Feb 2012 09:41:24 +0000 (11:41 +0200)
commit8980f7c7d8e3ce97b77cd8b5edb3b82a830c18d5
tree73b1f06e5c7033a3406c27f8dc42193091173702
parentf8c6aae688001ee55868ea2e02360e82ee464dce
shell: do not apply damage on window type set

Setting a window type is a non-visual operation, it is not supposed to
affect the rendering immediately. Therefore it does not need to apply
surface damage.

The proper surface damage is applied on an attach request following a
window type change.

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