shell: Move shell_surface_set_parent to wl_shell calls.
authorRafael Antognolli <rafael.antognolli@intel.com>
Tue, 3 Dec 2013 17:35:44 +0000 (15:35 -0200)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 3 Dec 2013 19:35:25 +0000 (11:35 -0800)
commit4b99a40bcb95f1b3e6dfeab40e984773e4f8a195
treebb7abb9635c6e1347d70f02a83f408cd0a064fc3
parented207b4bd579ca8ace44cc7cd38692e6eb66ee24
shell: Move shell_surface_set_parent to wl_shell calls.

The parent update on set_maximized and set_fullscreen is a behavior of
wl_shell.

That does not happen on xdg-shell, so it can't be in the set_fullscreen
and set_maximized common code, but rather in the wl_shell_surface
interfaces.
src/shell.c