shell: Remove weston_view_restack()
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Mon, 25 Nov 2013 18:01:42 +0000 (18:01 +0000)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 2 Dec 2013 19:44:51 +0000 (11:44 -0800)
commit83ffd9d17bdf42a7b564642a64c4745ab801a72f
tree54132c64f3db65fa712a602e4dc16e5aa4546a0e
parente1d75ae73f73695467f2fee98b6f8c666891a080
shell: Remove weston_view_restack()

It’s tied too deeply into the shell’s window stacking and ordering code
to legitimately be split out into compositor.c. Inline it in the shell,
and refactor some code around it a little, tidying up the stacking
behaviour for fullscreen surfaces.
src/compositor.c
src/compositor.h
src/shell.c