Accommodate newly introduced source(s) in our MSVC project (libardour)
[ardour.git] / gtk2_ardour / ardour_dropdown.h
index 9b79f10b0e5c4bebf300471ff8dca58f20c45033..c50304046dcd1ec5b1230eb0bb3a0977d6310adb 100644 (file)
@@ -38,7 +38,7 @@ class ArdourDropdown : public ArdourButton
 
        bool on_button_press_event (GdkEventButton*);
        bool on_scroll_event (GdkEventScroll*);
-       void position_menu(int&, int&, bool&);
+       void menu_size_request(Gtk::Requisition*);
 
        void clear_items ();
        void AddMenuElem (Gtk::Menu_Helpers::Element e);