Pass the event to gtk_menu_popup_at_pointer() when possible
commit869606ee1427b3611d01ee37c4811942241bb320
authorColomban Wendling <ban@herbesfolles.org>
Thu, 12 Oct 2023 21:36:23 +0000 (12 23:36 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Thu, 12 Oct 2023 21:36:23 +0000 (12 23:36 +0200)
treef14c5d91d7b538b26a429efad8e5b3e0b1653993
parent3498fe12a3be953511b810e568991e4149f2613a
Pass the event to gtk_menu_popup_at_pointer() when possible

It is slightly better to do so as it allows GTK so select the right
pointer in some less common situations.
src/callbacks.c
src/editor.c
src/msgwindow.c
src/notebook.c
src/plugins.c
src/prefs.c
src/sidebar.c
src/vte.c