c540cb5e16
StScrollBar was intercepting motion events by using captured-event on the stage, which required additional dirty tricks, which required additional hacks. Simplify it by just using clutter_grab_pointer() instead. https://bugzilla.gnome.org/show_bug.cgi?id=671001