desktop-shell: Drop next_type from shell_surface
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 6 Dec 2013 07:20:33 +0000 (23:20 -0800)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 6 Dec 2013 07:20:44 +0000 (23:20 -0800)
commitc8f8dd894eb533fe082bb808bcccb2d29e371aa7
tree8e4e0dc22bc742ae4de265dae6a4f8c19235ba29
parent4804a301db937d10349e79521a0871cb97174a2e
desktop-shell: Drop next_type from shell_surface

The surface type now no longer changes and we track pending state changes in
next_state.  Instead of testing type != next_type to detect changes in
state, we just look at state_changed.
desktop-shell/shell.c