Skip to content

qt: do not compress seek bar and volume widget mouse move events if they are already compressed by the platform plugin

Fatih Uzunoğlu requested to merge fuzun/vlc:qt/xcbdoubleeventcompression into master

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).

Merge request reports