qt: do not compress seek bar and volume widget mouse move events if they are already compressed by the platform plugin
Sometimes the platform plugin may compress high frequency events. In case of xcb
platform plugin, mouse move events are already compressed, so we don't need to compress them again.
TODO: It is also stated by Qt that window resize events are compressed, so we should probably not compress them as well ourselves (Notify @typx).