Skip to content

Drop global coordinates

Matthias Clasen requested to merge global-coords into master

Remove various GDK apis that rely on global coordinates, after removing their use in GTK.

This gets rid of everything except for gdk_event_get_root_coords, which is still used in GtkMenu for now.

Merge request reports