shell: Eliminate unneeded function.
authorScott Moreau <oreaus@gmail.com>
Mon, 13 Aug 2012 15:58:41 +0000 (09:58 -0600)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 13 Aug 2012 16:57:56 +0000 (12:57 -0400)
commit4272e639912cac247a04c49ce2a6216100aab65a
tree07c38e43114180dc509e0b1b9ec2ab63e24276e4
parentac3e5f2feb99ac0fad18461975a0b105cb8dab2d
shell: Eliminate unneeded function.

Replace all occurrences of workspace_damage_all_surfaces() with
weston_compositor_schedule_repaint(). This fixes a bug exposed by
982387011ff where trying to switch workspaces while there are no
surfaces on the current workspace fails to start the animation.
src/shell.c