gtk3x: Avoid gdk_event_get_click_count() call
gtk-3.98 drops gdk_event_get_click_count(). Reimplement gtk3x-client cma_fe.c call to it with GtkGesture.
This is not compatible with gtk-3.96 - must be pushed at the same time as we switch to 3.98
Reply To cazfi
This is orchestrated in meta-ticket #43052
Attached patch changes similar occurrence in plrdlg.c in addition to cma_fe.c one.
gtk-3.98 drops gdk_event_get_click_count(). Reimplement gtk3x-client cma_fe.c call to it with GtkGesture.