Declare helper function static (don't export)

This commit is contained in:
Robin Gareus 2019-10-31 00:22:12 +01:00
parent 3a16b89219
commit 98db30efb1
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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,