Skip to content

Remove position from GdkScrollEvent

Emmanuele Bassi requested to merge ebassi/scroll-position into master

Scroll events do not have a position, so they shouldn't implement the GdkEventClass.get_position() virtual function; nor they should have an x and y fields that never get updated.

Merge request reports