Skip to content

window-handle-controller: Don't handle double clicks

Alice Mikhaylenko requested to merge wip/exalm/double-click into main

Turns out while GTK doesn't handle middle/right clicks outside titlebar, it does in fact handle double clicks because of a fall-through in a switch(), and so we get a conflict.

Merge request reports