From 98db30efb16f01794545caa136ff9c8ec15a2a9d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 31 Oct 2019 00:22:12 +0100 Subject: [PATCH] Declare helper function static (don't export) --- libs/gtkmm2ext/utils.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gtkmm2ext/utils.cc b/libs/gtkmm2ext/utils.cc index d1b45d7030..adba2c0647 100644 --- a/libs/gtkmm2ext/utils.cc +++ b/libs/gtkmm2ext/utils.cc @@ -315,7 +315,7 @@ Gtkmm2ext::pixbuf_from_string(const string& name, const Pango::FontDescription& return buf; } -void +static void _position_menu_anchored (int& x, int& y, bool& push_in, const Gtk::Menu* const menu, Gtk::Widget* const anchor,